Here are the three tables I have:
1. Tract
a. Tract ID (PK-autonumber)
b. Section
c. Quarter Call
d. Tract number
2. Tract Description
a. Tract ID
b. Description Text 1
c. Description Text 2
3. Tract Factor
a. Tract ID
b. Gross Acres
c. TPF
I have one form for tract data entry where all of these fields are entered, what I am wanting is when i start a new record, I get the autonumber to populate the tract ID in each table since that is the linking factor. I know this can be done but I am having a heck of a time trying to figure it out.