About "event", I can't tell with precision, but probably supplying a
list of events you look for, in an IN list, like:
WHERE TheEvent IN('eventA', 'eventB', 'eventC')
For the month, use Month( ):
WHERE Month(mydateTimeField) = 8
for the eight month (August).
Hoping it may help,
Vanderghast, Access MVP
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.