I'm working on a Database App for Real Estate.
I need to take a table with one field and concatenate all the records with a comma delimiter.
i.e. createdstring = record#1.field1, record#2.field1, record#3.field1, etc.....
How can I accomplish this and then take the created string and use in an update query?
i.e. update field to "text"& createdstring &"text"
Anyone have any suggestions as I dont understand how to do this.
Thanks
LevelHot
I need to take a table with one field and concatenate all the records with a comma delimiter.
i.e. createdstring = record#1.field1, record#2.field1, record#3.field1, etc.....
How can I accomplish this and then take the created string and use in an update query?
i.e. update field to "text"& createdstring &"text"
Anyone have any suggestions as I dont understand how to do this.
Thanks
LevelHot