I
Italian Pete
Hi,
I want to select a record from a subform (sbfrmKitOut) and on clicking a
"Return Kit" button, run an update query qupKitReturn using the vallue of the
Loan ID (Loan_id) which is the first fiemd in the subform. The subform is
populated from a query: qryKitOut. What is the syntax for selecting this
record? I've tried to use:
Forms!frmMain!sbfrmKitOut!Loan_id
but this doesn't seem to work.
Many thanks
I want to select a record from a subform (sbfrmKitOut) and on clicking a
"Return Kit" button, run an update query qupKitReturn using the vallue of the
Loan ID (Loan_id) which is the first fiemd in the subform. The subform is
populated from a query: qryKitOut. What is the syntax for selecting this
record? I've tried to use:
Forms!frmMain!sbfrmKitOut!Loan_id
but this doesn't seem to work.
Many thanks