Or command

  • Thread starter Thread starter Joel Allen
  • Start date Start date
J

Joel Allen

I'm trying to use the or command and it's not working? What am I doing
wrong?

If [EndDate] = Date()-1 or If [EndDate] = Date then

Thank you
-Joel
 
Use this

If [EndDate] = Date()-1 or [EndDate] = Date then

Madhivanan
 
Thank you!

Ken Snell said:
If [EndDate] = Date()-1 or [EndDate] = Date then


--

Ken Snell
<MS ACCESS MVP>

Joel Allen said:
I'm trying to use the or command and it's not working? What am I doing
wrong?

If [EndDate] = Date()-1 or If [EndDate] = Date then

Thank you
-Joel
 

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