O
Opal
I have created a chart report that opens based on user selected
parameters from a form. However, if the user does not select
certain parameters, I have included the following in the control
source of the combo box on the form:
=IIf(IsNull(Forms!frmSearchrpts!cboFilter1),"All",Forms!frmSearchrpts!
cboFilter1)
The only problem is that this combo box is a numeric field and "All"
is text
so when I try to manually print the report I get the following warning
message:
"The value you entered isn't valid for this field"
"For example, you may have entered text in a numeric field......"
Is there anyway to suppress this message when the report is printed
manually?
parameters from a form. However, if the user does not select
certain parameters, I have included the following in the control
source of the combo box on the form:
=IIf(IsNull(Forms!frmSearchrpts!cboFilter1),"All",Forms!frmSearchrpts!
cboFilter1)
The only problem is that this combo box is a numeric field and "All"
is text
so when I try to manually print the report I get the following warning
message:
"The value you entered isn't valid for this field"
"For example, you may have entered text in a numeric field......"
Is there anyway to suppress this message when the report is printed
manually?