Eljefegeneo
Still trying to learn
- Local time
- Today, 08:26
- Joined
- Jan 10, 2011
- Messages
- 902
I have the following DCount Statement that works fine:
But I cannot figure out how to and an "OR" to the second criteria. That is, I want to be able to select the record if [Changes] = "Rate" or [Changes] = "Time". Is it possible to have a second "OR" condition in this statement? Or is there a better way of doing this?
Code:
If DCount("*", "qryCountA", "[SNumber] = " & Forms!frmS![SNumber] '& " And [Changes] = 'Rate' ") >= 1