S
Sandy
Hello -
I have a set of data that I have broken out into two tables since there is a
lot of data. The tables are JOBS and QUOTES. The JOB NUMBER and the QUOTE
NUMBER should be the same. The JOB NUMBER field in the JOBS table is an
autonum field. The QUOTE NUMBER field in the QUOTE table is a number field.
I would like some help determining the best way to set up the relationships
between these two tables.
The jobs form and the quote form are set up in a tab control. The data
source of the form behind the tab control is the JOBS table. The forms on the
Tab Control are all linked by the JOB NUMBER.
Ideas I have been considering:
I can set up the Quote number to be linked as a one-to-one relationship with
the Job Number. When I create a new job, I can create a new recored in the
QUOTE table and set the value of the QUOTE NUMBER to equal the JOB NUMBER.
Another option is to make one large table.
I am not sure of the best option and ideas would be appreciated.
many thanks
sandra
I have a set of data that I have broken out into two tables since there is a
lot of data. The tables are JOBS and QUOTES. The JOB NUMBER and the QUOTE
NUMBER should be the same. The JOB NUMBER field in the JOBS table is an
autonum field. The QUOTE NUMBER field in the QUOTE table is a number field.
I would like some help determining the best way to set up the relationships
between these two tables.
The jobs form and the quote form are set up in a tab control. The data
source of the form behind the tab control is the JOBS table. The forms on the
Tab Control are all linked by the JOB NUMBER.
Ideas I have been considering:
I can set up the Quote number to be linked as a one-to-one relationship with
the Job Number. When I create a new job, I can create a new recored in the
QUOTE table and set the value of the QUOTE NUMBER to equal the JOB NUMBER.
Another option is to make one large table.
I am not sure of the best option and ideas would be appreciated.
many thanks
sandra