K
Kirk P.
I've got a form called frmCustomers. Inside this form is subform
(sfrmCustProdRates). In sfrmCustProdRates I have a command button that opens
frmTransactions. The intent is to associate products to customers and to
enter transaction details for those product/customer combinations. I believe
I have my relationships set up correctly, because I can go into the TABLE
(tblCustomers) and cascade my way down properly into tblTransactions.
However, when I try and enter data using the forms I've set up,
frmTransactions does not associate the transaction entered to a CustID,
therefore the transaction isn't saved. It correctly displays data entered
through the TABLES, but I can't enter the data through the FORMS.
Any ideas?
(sfrmCustProdRates). In sfrmCustProdRates I have a command button that opens
frmTransactions. The intent is to associate products to customers and to
enter transaction details for those product/customer combinations. I believe
I have my relationships set up correctly, because I can go into the TABLE
(tblCustomers) and cascade my way down properly into tblTransactions.
However, when I try and enter data using the forms I've set up,
frmTransactions does not associate the transaction entered to a CustID,
therefore the transaction isn't saved. It correctly displays data entered
through the TABLES, but I can't enter the data through the FORMS.
Any ideas?