G
Guest
I'm trying to open a recordset and get the data and put into a string so I
can post it as a text message. Where each record will return under the last
record
I dont know how to build a string by cycling through the records. I'm know
I use a loop of some sort but I do not know how to make it work.
Query results. Philip |26 |02/16/73 |Male
Jan |24 |05/15/69 |Female
Post in a string:
Philip, 26, 02/16/73, Male
Jan, 24, 05/15/69, Female
can post it as a text message. Where each record will return under the last
record
I dont know how to build a string by cycling through the records. I'm know
I use a loop of some sort but I do not know how to make it work.
Query results. Philip |26 |02/16/73 |Male
Jan |24 |05/15/69 |Female
Post in a string:
Philip, 26, 02/16/73, Male
Jan, 24, 05/15/69, Female