Is there a way to take data from from individual records in a query and assign them to strings?
For example, I want to do something like:
Name1 = qryLeaders.Name.record_1
Name2 = qryLeaders.Name.record_2
Then I would be able to say something like "Please contact " Name1 " or " Name2 " if you have any questions."
I just don't know the proper VBA code to use to do that. Does anybody else know?
For example, I want to do something like:
Name1 = qryLeaders.Name.record_1
Name2 = qryLeaders.Name.record_2
Then I would be able to say something like "Please contact " Name1 " or " Name2 " if you have any questions."
I just don't know the proper VBA code to use to do that. Does anybody else know?