G
Guest
In my database I have two tables (Jobs & Files). I have a form (Jobs) with a
Subform (Files) where most of the data is entered. I have a one to many
relationship (Jobs(1), File(many)) using the Primary Key in "Jobs"
(JobNumber) as a Foreign Key in "Files". Some of the data needs to come from
an Excel spreadsheet. I have imported the data into the Files Table and it
shows up fine, my problem is that my Jobs Table does not get updated with the
new Job Numbers and when I go into My Jobs Form to edit the new files I can't
bring them up.
How can I get my Jobs Table to know about the new Jobs/Files?
Subform (Files) where most of the data is entered. I have a one to many
relationship (Jobs(1), File(many)) using the Primary Key in "Jobs"
(JobNumber) as a Foreign Key in "Files". Some of the data needs to come from
an Excel spreadsheet. I have imported the data into the Files Table and it
shows up fine, my problem is that my Jobs Table does not get updated with the
new Job Numbers and when I go into My Jobs Form to edit the new files I can't
bring them up.
How can I get my Jobs Table to know about the new Jobs/Files?