Need help with a query with two MonthNumber fields (1 Viewer)

gojets1721

Registered User.
Local time
Today, 08:23
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?
 

theDBguy

I’m here to help
Staff member
Local time
Today, 08:23
Joined
Oct 29, 2018
Messages
21,583
Have you tried?
Code:
WHERE Field1 = Field2
 

Users who are viewing this thread

Top Bottom