Z
Zleviticus
Ok I am trying to write a report from an access database
the report MUSt run from access so crystal or VB report
is out of the question. I want to be able to look at a
particluar value form a query and change what is
displayed based on this value... for exampe if I could I
would use an if statement like
If (thisqueryvalue) = "N" then
(some_text_box_on_report.value) = "None Selected"
else (some_text_box_on_report.value) =(thisqueryvalue)
any ideas on how to do this?
the report MUSt run from access so crystal or VB report
is out of the question. I want to be able to look at a
particluar value form a query and change what is
displayed based on this value... for exampe if I could I
would use an if statement like
If (thisqueryvalue) = "N" then
(some_text_box_on_report.value) = "None Selected"
else (some_text_box_on_report.value) =(thisqueryvalue)
any ideas on how to do this?