Conditional Reporting

J

Joe Hong

Do any of you have an idea how to do a conditional
Reporting. For example, I would only want to report if
the data has "Orange" in Field one. Any clues??
 
E

Evi

Do you mean that you don't want the report to open unless it has this
condition?

Are you using code in a form to open the report?

Do you want to be able to change the condition you are looking for?

ie if the Fruit field doesn't contain Apple then you want a Message Box to
appear when you try to open the report saying

"The report doesn't contain this data" but you want to be able to change
that condition from Apple to Banana sometimes.

Evi
 
Top