My intention is to pass data from one form to another.
I have a form (fmTransactions) based on a table (tblTransactions) with an index located in the field TransID.
I have another form (fmRental) based on a query that is filtered by the value in TransID from fmTransactions. Note the index TransID is foreign key in tblRental.
The problem is that if the TransID does not exist in tblRental, the entering of data into fmRental does not automatically record TransID into tblRental.
How can I fix this?
thanks
I have a form (fmTransactions) based on a table (tblTransactions) with an index located in the field TransID.
I have another form (fmRental) based on a query that is filtered by the value in TransID from fmTransactions. Note the index TransID is foreign key in tblRental.
The problem is that if the TransID does not exist in tblRental, the entering of data into fmRental does not automatically record TransID into tblRental.
How can I fix this?
thanks