Macro - "Where Condition" Expression

T

Trisha.Blake

I'm sure this has a completely obvious answer... I'm using an "Open
Form" macro that uses the expression "1=0" as the "Where Condition"...
What does 1=0 refer to?

Thanks in advance!
 
S

Stefan Hoffmann

hi Trisha,

I'm sure this has a completely obvious answer... I'm using an "Open
Form" macro that uses the expression "1=0" as the "Where Condition"...
What does 1=0 refer to?
It is a boolean equation which is always False. So your form is not
loading any data. I assume your form was designed for input only.

mfG
--> stefan <--
 
Top