Hi. I need to pass the IDOrder from the frmOrder to a new form frmOrderDetails, connected with foreign key fkOrder.
Typically, frmOrderDetails will be used for adding new records.
So I am confused as to what the code should be for both the command button on frmOrder and the On Loan event code on the frmOrderDetails, as I am not using the same ID name on each form.
I have tried to figure this out, but the more I read online, the more confused I get.
My goal: is to facilitate data entry, so I can go from one form to next, geared on ID to fk fields. (I really do not like tabbed forms and the subform approach is way too clunky.)
Thanks.
Typically, frmOrderDetails will be used for adding new records.
So I am confused as to what the code should be for both the command button on frmOrder and the On Loan event code on the frmOrderDetails, as I am not using the same ID name on each form.
I have tried to figure this out, but the more I read online, the more confused I get.
My goal: is to facilitate data entry, so I can go from one form to next, geared on ID to fk fields. (I really do not like tabbed forms and the subform approach is way too clunky.)
Thanks.