Conditional Format Query!

  • Thread starter Thread starter Bob Vance
  • Start date Start date
B

Bob Vance

This gives my box an alert if Email is over 30 days, but if there is no date
I dont want to get the warning, can this be added?

([ckBachInvoice]=-1) And ([tbAmountOwe]>1) And
((DateDiff("d",[tbEmailState],Date())>=30) Or IsNull([tbEmailState]))
 
Fix it thanks added a ceck box for no alert...Regards BOb

([ckBachInvoice]=-1) And([ckNoAlert]= 0) And ([tbAmountOwe]>1) And
((DateDiff("d",[tbEmailState],Date())>=30) Or IsNull([tbEmailState]))
 

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

BackColor Code! 12
Update query criteria 10
Query Parameter 4
Conditional formating 4
Excel Excel due and overdue date colours 2
Datediff Help 3
Trouble with query 9
Syntax error! 6

Back
Top