I have a Combo Box that is run from a simple query.
All it does is look up the Workers from tblWorkers and gives me a list of the names.
Currently I have it set so that the ComboBox records this value in on of my table fields, and I would also like to do is get it to record the ID value from that query into a second field, is this possible.
Here's an example of what I'm after;
ID| F-Name| S-Name| Name
1 | Joe | Blogs | Joe Blogs
24| Jane | Doe | Jane Doe
Currently the Name Field goes into Table_Name in the table, and what I'd like is for the ID value to go into another field Table_ID
All it does is look up the Workers from tblWorkers and gives me a list of the names.
Currently I have it set so that the ComboBox records this value in on of my table fields, and I would also like to do is get it to record the ID value from that query into a second field, is this possible.
Here's an example of what I'm after;
ID| F-Name| S-Name| Name
1 | Joe | Blogs | Joe Blogs
24| Jane | Doe | Jane Doe
Currently the Name Field goes into Table_Name in the table, and what I'd like is for the ID value to go into another field Table_ID