Jan van Bekkum
Registered User.
- Local time
- Tomorrow, 00:39
- Joined
- Feb 25, 2010
- Messages
- 23
I have a table named "Proposals" with records with a field ProposalNumber. I have a second table named "LineItems" with a one to many relation through this field ProposalNumber.
In a form in which I can update fields in "Proposals" I want to run a query that appends records to "LineItems". The query has to take field ProposalNumber from the active record of Proposals. How can I get ProposalNumber to be used in the query?
In a form in which I can update fields in "Proposals" I want to run a query that appends records to "LineItems". The query has to take field ProposalNumber from the active record of Proposals. How can I get ProposalNumber to be used in the query?