Here it goes, I have been working on this and it seems like every step forward results in two steps backwards so I thought I would come here for help.
1. I have a table to track property trades between oil and gas partners - the table is called trades and it has the following fields:
Owner Number
Owner Name
Well Number
Well Name
Effective Date
2. I have a query called active owners, this contains the Owner Number and Owner name for all active owners
3. I have a query called active wells, this contains Well Number, Well Name and is cross referenced through five other tables and queries. I put owner number into query 1 and it runs through 4 other queries to give me the tie to the owner numbers and names for each well
4. I have created a form to populate the Trades table, what I would like to do is to be able to put an owner number in the form and have this auto populate the owner name field. After that I want the Well Number and Well Names from the
active wells query to show up in a drop down allowing me to pick which wells are to be included. It sounds simple and I am sure I am just missing a simple step.
Thank you all for your help on this