C
carriey
I have two tables (Main and Detail) which have a one-to-many relationship. I
need to tie into some company information and have been given links to two
tables of company data that are in Oracle and will change.
I have set up a one-to-many relationship between the two company tables.
What I need to happen is that when the user is in the detail section of the
form, they will type in (or select from a drop down list) the location (which
is in one company table) and the rest of the data from these two tables will
automatically fill in. They will then need to fill in some other data.
I am not sure how to get all the data to fill in but thought that I may need
to create a query including all the fields from the Detail Table and the two
company tables. Am I on the right track?
Thanks in advance
need to tie into some company information and have been given links to two
tables of company data that are in Oracle and will change.
I have set up a one-to-many relationship between the two company tables.
What I need to happen is that when the user is in the detail section of the
form, they will type in (or select from a drop down list) the location (which
is in one company table) and the rest of the data from these two tables will
automatically fill in. They will then need to fill in some other data.
I am not sure how to get all the data to fill in but thought that I may need
to create a query including all the fields from the Detail Table and the two
company tables. Am I on the right track?
Thanks in advance