date compare not working

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If DateDiff("d", Date - 1, Me![LaborDate]) = 0 Then
Me![Command1].Enabled = False
Me![Command1].Visible = False
Else
Me![Command1].Enabled = True
Me![Command1].Visible = True
End If

Date - 1 = yesterday, labordate=yesterday

But, the command button reamins visible and enabled. What
is the matter. Very Very frustrated!!!

Thanks
 

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

Similar Threads


Back
Top