Macro - "Where Condition" Expression

  • Thread starter Thread starter Trisha.Blake
  • Start date Start date
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!
 
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 <--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top