K
Kirsty
Hi
I have a form (frmInsufficientCrew) which contains a
subform (fsubInsufficientCrewToday).
The main form is mainly for data entry into the table
(tblInsufficientCrew). The subform is based on a query
filtered on date(qryInsufficientCrewToday) which displays
a subset of the fields in the main form.
I want to be able to double click on an item in the
subform query and the main form should jump to that record.
The obvious way to me seemed to assign the following macro
to the double click property of the fields in the subform:
Action:ApplyFilter
Where Condition: [Forms]![frmInsufficientCrew]![IC_ID]=
[Forms]![fsubInsufficientCrewToday]![IC_ID]
However, this results in a pop up to Enter Paramater Value
Forms!fsubInsufficientCrewToday!IC_ID
What am I doing wrong or is there a better way of doing
this? (I am still very inexperienced, so sorry if its very
trivial!)
Thanks in advance to anyone who can help!
Kirsty
I have a form (frmInsufficientCrew) which contains a
subform (fsubInsufficientCrewToday).
The main form is mainly for data entry into the table
(tblInsufficientCrew). The subform is based on a query
filtered on date(qryInsufficientCrewToday) which displays
a subset of the fields in the main form.
I want to be able to double click on an item in the
subform query and the main form should jump to that record.
The obvious way to me seemed to assign the following macro
to the double click property of the fields in the subform:
Action:ApplyFilter
Where Condition: [Forms]![frmInsufficientCrew]![IC_ID]=
[Forms]![fsubInsufficientCrewToday]![IC_ID]
However, this results in a pop up to Enter Paramater Value
Forms!fsubInsufficientCrewToday!IC_ID
What am I doing wrong or is there a better way of doing
this? (I am still very inexperienced, so sorry if its very
trivial!)
Thanks in advance to anyone who can help!
Kirsty