User information is stored in one table. Account information in another. The account table contains a userid field. On form_load, a combobox is populated with firstnames and lastnames and the itemdata for each is populated with the userid from the user table. When I show a record from the account table, how do I set the text of the combobox equal to a userid? I'd like to keep the DB overhead as low as possible.
Thank you in advance.
Thank you in advance.