I am having a cool problem.
There is 3 screens for my Report to be attached to.
Only 1 Variable - IDNo but at each screen it has different name - ID, Ind, Cus. So I have to call IDNo for each screen in one SQL statement.
Otherwise I will have to create 3 Reports that are identical and it is very inconvenient because I have tons of Reports and multiplying by 3 it will be 3 ton. Please, help.
I need to call variable in my SQL so it will work like this:
Where ID = "123" or Ind = "" or Cus = ""
when another screen is active
Where ID = "" or Ind = "123" or Cus = ""
and third screen
Where ID = "" or Ind = "" or Cus = "123"
Thanks a lot
There is 3 screens for my Report to be attached to.
Only 1 Variable - IDNo but at each screen it has different name - ID, Ind, Cus. So I have to call IDNo for each screen in one SQL statement.
Otherwise I will have to create 3 Reports that are identical and it is very inconvenient because I have tons of Reports and multiplying by 3 it will be 3 ton. Please, help.
I need to call variable in my SQL so it will work like this:
Where ID = "123" or Ind = "" or Cus = ""
when another screen is active
Where ID = "" or Ind = "123" or Cus = ""
and third screen
Where ID = "" or Ind = "" or Cus = "123"
Thanks a lot