J
Jasmine
Is it possible to do a conditional branching within a record source using a
query as the source.
I have 2 queries -
1 without any condition ( query1)
1 with a filter on selected records ( query2).
I was typing the following in the Record Source-
iif(var=0,query,query2)
This obviously generated an error - don't know if i have the syntax wrong
or - just grasping for straws.
query as the source.
I have 2 queries -
1 without any condition ( query1)
1 with a filter on selected records ( query2).
I was typing the following in the Record Source-
iif(var=0,query,query2)
This obviously generated an error - don't know if i have the syntax wrong
or - just grasping for straws.