J
Jade5
Hello:
Can some one please help me with the following?
I have a Macro that is suppose to print preview a report called Institution
list.
I use a form called Print Reports Dialog Box to select a radio button called
Institution list. When the button is clicked a list called Select Institution
is displayed. The bound field is 1 - Institution ID. When the user clicks an
institution ID in the list and then clicks the Print preview button the info
for the one institution should be displayed but instead when the user clicks
on print preview, they get the following error message:
The Microsoft jet engine does not recognize Forms![Print Reports Dialog
Box]![Select Institution] as a valid field name or expression.
Here is the condition being used in the macro.
=IIf([Forms]![Print Reports Dialog Box]![Select Institution] Is
Null,"","[Institution ID]=Forms![Print Reports Dialog Box]![Select
Institution]")
Is there a syntax error?
Thanks
J
Can some one please help me with the following?
I have a Macro that is suppose to print preview a report called Institution
list.
I use a form called Print Reports Dialog Box to select a radio button called
Institution list. When the button is clicked a list called Select Institution
is displayed. The bound field is 1 - Institution ID. When the user clicks an
institution ID in the list and then clicks the Print preview button the info
for the one institution should be displayed but instead when the user clicks
on print preview, they get the following error message:
The Microsoft jet engine does not recognize Forms![Print Reports Dialog
Box]![Select Institution] as a valid field name or expression.
Here is the condition being used in the macro.
=IIf([Forms]![Print Reports Dialog Box]![Select Institution] Is
Null,"","[Institution ID]=Forms![Print Reports Dialog Box]![Select
Institution]")
Is there a syntax error?
Thanks
J