I took 3 years off from Access work and I feel like I can't do anything now.
I have the following
"Ownership" - Table
-owner number
-owner name
-tract ownership
-royalty decimal
"Active Owners" - Query - This query filters the master owner information table to display on the active owners
-Owner Number
-Owner Name
"Active Owners_Name" - Query - This uses the owner number to return a name
-Owner Number
-Owner Name
I have a form setup to enter data into the OWNERSHIP table, what I want to do is to input the owner number in the form and have the name autopopulate. I also want to ensure that the number entered into the Owner Number is valid.
What I did was enter a Combo box that is tied to the ACTIVE OWNERS Query, this only shows me the owner number, ideally I would like to see the Owner Number and Owner Name in the box when selecting. Any help would be great, I know this is fairly easy, I just can't seem to get it.
Thank you