Need help with a query with two MonthNumber fields

gojets1721

Registered User.
Local time
Today, 14:53
Joined
Jun 11, 2019
Messages
430
So without going into the specifics, I have a query with two fields which show two different date fields as Month Numbers.

What I'm trying to do is if a record's field2 does not have the same MonthNumber as field1, then I want that record to be excluded from the query. Any suggestions on how to do that?
 
Have you tried?
Code:
WHERE Field1 = Field2
 

Users who are viewing this thread

Back
Top Bottom