I have table _Job, that gets populated when a new job is awarded. The fields are as follows:
ID – Autonumber
JobName – text
JobNumber – number
Locaton – text
Mapsco – text
PavDate – date/time
SubDate – date/time
Flatwork – date/time
I have 5 other tables:
_CheckList
_Factors
_Flatwork
_mixdesign
_Supplier
Each of these tables has a 1 to many relationship to _Job.ID, using JobID as field name in each of these tables. My question is how can i get the field JobID populated with the ID from the _Job table as new jobs are added?