best approach - appending fields in recordset

2004-09-20 Thread Lawrence Ng
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

Re: best approach - appending fields in recordset

2004-09-20 Thread G
probably have to have some type of ordering value in it though so you'd know how to construct the descriptions in the correct order. - Original Message - From: Lawrence Ng To: CF-Talk Sent: Monday, September 20, 2004 10:10 AM Subject: best approach - appending fields in recordset hello

Re: best approach - appending fields in recordset

2004-09-20 Thread Lawrence Ng
the descriptions in the correct order. - Original Message - From: Lawrence Ng To: CF-Talk Sent: Monday, September 20, 2004 10:10 AM Subject: best approach - appending fields in recordset hello folks, I have a situation where the database was designed (limitation in the db unfortunately

Re: best approach - appending fields in recordset

2004-09-20 Thread G
? - Original Message - From: Lawrence Ng To: CF-Talk Sent: Monday, September 20, 2004 2:36 PM Subject: Re: best approach - appending fields in recordset the description field is on a separate table. the problem is that field type which is only char type not ntext/memo which would make

Re: best approach - appending fields in recordset

2004-09-20 Thread Lawrence Ng
, 2004 2:36 PM Subject: Re: best approach - appending fields in recordset the description field is on a separate table. the problem is that field type which is only char type not ntext/memo which would make it easier to order them properly. snip [Todays Threads] [This Message] [Subscription

Re: best approach - appending fields in recordset

2004-09-20 Thread Douglas Knudsen
] Date: Mon, 20 Sep 2004 14:43:59 -0500 Subject: Re: best approach - appending fields in recordset To: CF-Talk [EMAIL PROTECTED] So, if you've got 10 description entries that all go together somehow to form the overall description for one course, how do you know in which order they are supposed to go

Re: best approach - appending fields in recordset

2004-09-20 Thread Lawrence Ng
format as desired Doug - Original Message - From: G [EMAIL PROTECTED] Date: Mon, 20 Sep 2004 14:43:59 -0500 Subject: Re: best approach - appending fields in recordset To: CF-Talk [EMAIL PROTECTED] So, if you've got 10 description entries that all go together somehow to form the overall