G
Guest
I have a macro that opens a form & gets a combination of user input along
with data from a query that the form is based on. I would like one of two
reports to print depending on the value of one data field which can only be Y
or N. How do I get this to happen. I was trying to use the macro lines like
this:
Condition Action
[myForm]![myField]='Y' Open Report A
[myForm]![myField]='N' Open Report B
....but it's not working. Help - please.
Thanks,
MelissaS
with data from a query that the form is based on. I would like one of two
reports to print depending on the value of one data field which can only be Y
or N. How do I get this to happen. I was trying to use the macro lines like
this:
Condition Action
[myForm]![myField]='Y' Open Report A
[myForm]![myField]='N' Open Report B
....but it's not working. Help - please.
Thanks,
MelissaS