I have a combo box in my form with member IDs, when I select the member ID, I want the txtLastName text box to be set to the member name. I know what to write for an SQL query, but I don’t know how to run this query and get the resulting name and put it in a string.
How can I do that?
thank
source
share