Hi
I have a table in my shopping cart database which stores the delivery address info in a single field called address, each part of the address is separated by a semicolon.
I need to create a recordset with each address element in its own field. I'd prefer not to have to convert the data each time but simply to create a query or recordset which would work on the fly.
Thanks
I have a table in my shopping cart database which stores the delivery address info in a single field called address, each part of the address is separated by a semicolon.
I need to create a recordset with each address element in its own field. I'd prefer not to have to convert the data each time but simply to create a query or recordset which would work on the fly.
Thanks