I'm sql dumb, I'm trying to open a report based on a query which is based on a couple of tables. the wherecondition I'm trying to pass with the openreport method is the following:
Unit = "Audiology" OR ExtraUnit1 = "Audiology" OR ExtraUnit2 = "Audiology";
I keep getting a syntax error when I try to open the report, could someone let me know where I fudged?
thanks,
Jimb0ne
Unit = "Audiology" OR ExtraUnit1 = "Audiology" OR ExtraUnit2 = "Audiology";
I keep getting a syntax error when I try to open the report, could someone let me know where I fudged?
thanks,
Jimb0ne