I've got two databases. The main one has a field, QuoteNum. The child one has a field, QuoteNum and a field, Notes. There can be more than one Notes for each QuoteNum which is why I split it into another table.
I have a form from which the user enters the data. Is there a way to get the form to insert the QuoteNum into both tables and the Notes field into the child table?
I have a form from which the user enters the data. Is there a way to get the form to insert the QuoteNum into both tables and the Notes field into the child table?