OK, maybe the subject is not very helpful.
The short question is: I have a tblForms containing 200 records. There is a one-to-many relationship between tblTransactions and tblForms. (One transaction can have many forms.)
Based on user input, a query for the tblForms reduces the list to 20 or 30. So far, though, the required forms are not 'part of the transaction'. How do I get the Primary Key value from a selected transaction in the Transaction table into the query?
Added info -- through a master form (Transaction combo box selection) and a sub-form (tblForms), the user could select each required form from the list of 200. However, the query 'selects' the needed forms based on the type of transaction. So, I end up with a list of forms (in the query) that do not have a Transaction primary key value in them.
As usual, I am probably making this harder than it needs to be. Thanks for all help everyone posts in this forum.
The short question is: I have a tblForms containing 200 records. There is a one-to-many relationship between tblTransactions and tblForms. (One transaction can have many forms.)
Based on user input, a query for the tblForms reduces the list to 20 or 30. So far, though, the required forms are not 'part of the transaction'. How do I get the Primary Key value from a selected transaction in the Transaction table into the query?
Added info -- through a master form (Transaction combo box selection) and a sub-form (tblForms), the user could select each required form from the list of 200. However, the query 'selects' the needed forms based on the type of transaction. So, I end up with a list of forms (in the query) that do not have a Transaction primary key value in them.
As usual, I am probably making this harder than it needs to be. Thanks for all help everyone posts in this forum.