G
Gina
Hi.
My report is based on a param query. textbox1 shows these 2 params. ok so
far. But it's a bit ugly to see just numbers in the box instead of
something more informable on a report.
So I thought can I define an unbound textbox2 and to show a more human
expression ?
Is there a possibility to do:
=If([textbox1]=0;[textbox2].Text="OK";[textbox2].Text="Not OK")
I get #error for that textbox2
How could I solve this ??
Thanks for your help
Gina
My report is based on a param query. textbox1 shows these 2 params. ok so
far. But it's a bit ugly to see just numbers in the box instead of
something more informable on a report.
So I thought can I define an unbound textbox2 and to show a more human
expression ?
Is there a possibility to do:
=If([textbox1]=0;[textbox2].Text="OK";[textbox2].Text="Not OK")
I get #error for that textbox2
How could I solve this ??
Thanks for your help
Gina