C
Chad Cameron
Hi All Again,
I am stumped on the setup of my new database. Refer to my post on Sept 3/09
@ 4:04PM
I have a Company Table with fields:
CompanyID, CompanyName, CompanyAddress
I have a Contractor Table with fields:
ContractorID, ContractorName
I have a Procedures Table with fields:
ProcedureID, ProcedureName
I have a Main Table with fields:
MainID, CompanyID, ContractorID, ProcedureID, Date
I have the following forms:
Add Companies to the Company Table
Add Contractors to the Contractor Table
Add Procedures to the Procedure Table
Add Company, Contractor, Procedure to the Main Table.****
****This form has you select the Company from a combobox, which populates my
Listbox of Contractors. I select the contractor and it shows me what
procedures he has. I can now add procedures to the contractor as they are
signed off.
My problem is, because of the way the form is filtered, when I create a new
contractor, he/she is not associated to a company, therefore, when I select
the company from my 'last mentioned' form, that contractor doesn't appear.
How can I associate a company to my contractor with my current setup?
As always, your help is greatly appreciated,
Chad
PS: Sorry for all the posts, it should be clear that I am not an access
expert, yet
I am stumped on the setup of my new database. Refer to my post on Sept 3/09
@ 4:04PM
I have a Company Table with fields:
CompanyID, CompanyName, CompanyAddress
I have a Contractor Table with fields:
ContractorID, ContractorName
I have a Procedures Table with fields:
ProcedureID, ProcedureName
I have a Main Table with fields:
MainID, CompanyID, ContractorID, ProcedureID, Date
I have the following forms:
Add Companies to the Company Table
Add Contractors to the Contractor Table
Add Procedures to the Procedure Table
Add Company, Contractor, Procedure to the Main Table.****
****This form has you select the Company from a combobox, which populates my
Listbox of Contractors. I select the contractor and it shows me what
procedures he has. I can now add procedures to the contractor as they are
signed off.
My problem is, because of the way the form is filtered, when I create a new
contractor, he/she is not associated to a company, therefore, when I select
the company from my 'last mentioned' form, that contractor doesn't appear.
How can I associate a company to my contractor with my current setup?
As always, your help is greatly appreciated,
Chad
PS: Sorry for all the posts, it should be clear that I am not an access
expert, yet