G
Guest
I am trying to create a conditional statement inside a macro so that a form
is only opened if this condition is met. However, even though my expression
is correct in expression builder I am told later when I run the application
that I am using a function that Access does not recognize. Basically, I want
a form to open if the results from a query are greater than zero.
I have tried:
if( Count ( [Buildings (by plat/lot)]![plat #] > 0) )
and other various combinations but no luck! Any insight would be greatly
appreciated!
is only opened if this condition is met. However, even though my expression
is correct in expression builder I am told later when I run the application
that I am using a function that Access does not recognize. Basically, I want
a form to open if the results from a query are greater than zero.
I have tried:
if( Count ( [Buildings (by plat/lot)]![plat #] > 0) )
and other various combinations but no luck! Any insight would be greatly
appreciated!