I've got a problem that I can seem to figure out. Guess that's why I'm posting here huh?
Anyway... here's my problem.
I've got a table - tblEmployee that has various fields, one in particular is DOB, which is the employee's Date OF Birth in MM/DD/YYYY format.
What I am wanting to do is run a query against just that table and have the results only show those records which the employee's DOB is the same as the current month - i.e Employee: Jane Smith DOB: 02/27/1900
Is there a way to show those records where the month in the DOB is the same as the current month? I looked at DateDiff so on and so on, but haven't found a resolution in any of my searches on here or anywhere else.
Some help would be GREATLY appreciated!
Anyway... here's my problem.
I've got a table - tblEmployee that has various fields, one in particular is DOB, which is the employee's Date OF Birth in MM/DD/YYYY format.
What I am wanting to do is run a query against just that table and have the results only show those records which the employee's DOB is the same as the current month - i.e Employee: Jane Smith DOB: 02/27/1900
Is there a way to show those records where the month in the DOB is the same as the current month? I looked at DateDiff so on and so on, but haven't found a resolution in any of my searches on here or anywhere else.
Some help would be GREATLY appreciated!