handlebarry
Technical User
I need to create a form that links one record in tbl-contracts to several records in tbl-appartments. I was going to do this with a third table (table x) that lists contract codes against apparment codes.
I have a subform that shows appartments with a checkbox next to each record. The idea being that a user chooses which apparments are linked to a particular code with the checkboxes.
However the subform has a query as record source. There is nothing to link the checkbox to. Would the only solution be for the query create a tempory table (with an extra check box field) and then use this temp table to create records in table X?
hope this makes sense
thanks in advance
I have a subform that shows appartments with a checkbox next to each record. The idea being that a user chooses which apparments are linked to a particular code with the checkboxes.
However the subform has a query as record source. There is nothing to link the checkbox to. Would the only solution be for the query create a tempory table (with an extra check box field) and then use this temp table to create records in table X?
hope this makes sense
thanks in advance