Hi
I have Users table
Users table
- userid
- firstname
- lastname
I need combobox to display two values (firstname, surname) of this table.
When user selects one of the values, the combobox should return the userid value.
The VB code is:
msgbox "userid is: " + me.combobox
How can i achieve this using Access 2007?
I have Users table
Users table
- userid
- firstname
- lastname
I need combobox to display two values (firstname, surname) of this table.
When user selects one of the values, the combobox should return the userid value.
The VB code is:
msgbox "userid is: " + me.combobox
How can i achieve this using Access 2007?