hello folks,

I have a situation where the database was designed (limitation in the
db unfortunately) so that if a user wants to enter a lot of
text/content, they would have to add a new line for every entry that
doesn't fit. Think textarea but only your using multiple "input type
text" =(

so when I pull up the query (which is correct), it displays all the
lines/rows  of content for that field entered.

example:

courseID
courseDescription (varchar 80)

so if the description was more than 80 chars, then they would have to
add another line. if the description was 350 chars, then 5 lines, etc.

so, how would you approach this where I could append the results from
the courseDescription field to make it all look like one?

thanks,

Lawrence
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to