G
Guest
Can someone tell me what the correct syntax is for opening a form to a
certain record based on a value from a combo box in a subform? I am using
open form in the macro and I have tried the following in the Where Condition
and when the Action Failed pop up comes up I can see in the aurguments that
my expression just as it is in the macro which tells me it couldn't evluate
my expression ( I think??).
[tblscriptID]=[Forms]![tblprogram].[tblprogramlabor
subform]![tblscriptIDcstcom]
[tblscriptID]=([Forms]![tblprogram].[tblprogramlabor
subform]![tblscriptIDcstcom])
[tblscriptID]=[Forms]![tblprogram].[tblprogramlabor
subform]![tblscriptIDcstcom].[Column](1)
certain record based on a value from a combo box in a subform? I am using
open form in the macro and I have tried the following in the Where Condition
and when the Action Failed pop up comes up I can see in the aurguments that
my expression just as it is in the macro which tells me it couldn't evluate
my expression ( I think??).
[tblscriptID]=[Forms]![tblprogram].[tblprogramlabor
subform]![tblscriptIDcstcom]
[tblscriptID]=([Forms]![tblprogram].[tblprogramlabor
subform]![tblscriptIDcstcom])
[tblscriptID]=[Forms]![tblprogram].[tblprogramlabor
subform]![tblscriptIDcstcom].[Column](1)