Here's my situation:
I have two tables joined by a linking table.
TBL_Project to TBL_Contract_Match to TBL_Contracts.
The steps in the workflow are:
1) Enter Project information & a Project ID is created as an autonumber.
2) Look up the project ID later and edit / enter any contracts that relate. The Contract ID is unique so it is my PK in the Contracts table.
3) Have the Project ID and related Contract ID written to the Contracts match table as a record when the user fills out the Contract data entry form.
Right now I have a main form with a look up on the Project ID feeding to a subform created based on the fields in the Contract Match table. What I don't have is a way to see any contract information that exists and to write the two ID values to the matching table.
One of my frustrations is that I don't know VBA very well so I'm finding it hard to spot the solution in this forum.
Can any one help me with a lay man's explaination and a solution?
Thanks,
Moggie
I have two tables joined by a linking table.
TBL_Project to TBL_Contract_Match to TBL_Contracts.
The steps in the workflow are:
1) Enter Project information & a Project ID is created as an autonumber.
2) Look up the project ID later and edit / enter any contracts that relate. The Contract ID is unique so it is my PK in the Contracts table.
3) Have the Project ID and related Contract ID written to the Contracts match table as a record when the user fills out the Contract data entry form.
Right now I have a main form with a look up on the Project ID feeding to a subform created based on the fields in the Contract Match table. What I don't have is a way to see any contract information that exists and to write the two ID values to the matching table.
One of my frustrations is that I don't know VBA very well so I'm finding it hard to spot the solution in this forum.
Can any one help me with a lay man's explaination and a solution?
Thanks,
Moggie