insert more than one field string into column? -
11-01-2004
, 11:13 AM
im wondering if it is possible when inserting/updating a record within asp
vbscript and useing the insert record wysiwyg editor is it possible to take say
three form fields and insert them sequentially into one colum? kinda lke this
MM_fieldsStr = "First&second&third|value| MM_columnsStr =
"the_data_column|',none,'' im pretty sure this can be done, im either just
not seeing it or have my syntax wrong. thanks... |