From: Ben Joseph on
I have in my database a field called Hire Date. How do I run a query to
select all those with dates that are the first of any month of any year?
From: XPS350 on
On 18 mrt, 06:52, Ben Joseph <BenJos...(a)discussions.microsoft.com>
wrote:
> I have in my database a field called Hire Date. How do I run a query to
> select all those with dates that are the first of any month of any year?

.... WHERE Day([Hire Date])=1


Groeten,

Peter
http://access.xps350.com