Hello everyone,
I need your help, I have a multiline textbox and I need to save the contents to an Access database table (in a list format and not in a text format).
I'm using an ADO recordset connection but cant work out how to separate each line from the Textbox to save to a new record in the table field.
Example:-
Access table field name is "Address"
multiline Textbox contains the Addresses
I need each separate address in the Textbox to be saved as a new record within the "Address" field of the database.
Your help would be much appreciated.
Thanks
SKM.
I need your help, I have a multiline textbox and I need to save the contents to an Access database table (in a list format and not in a text format).
I'm using an ADO recordset connection but cant work out how to separate each line from the Textbox to save to a new record in the table field.
Example:-
Access table field name is "Address"
multiline Textbox contains the Addresses
I need each separate address in the Textbox to be saved as a new record within the "Address" field of the database.
Your help would be much appreciated.
Thanks
SKM.