O
obembe
What's the difference between:-
DatePart("q", [OrderDate]) = 1
as found in an Access 2000 help example
and:-
DatePart("q",[OrderDate],1,0)
as found in Northwind's "Quarterly Orders by Product" query?
Regards,
Adetola.
DatePart("q", [OrderDate]) = 1
as found in an Access 2000 help example
and:-
DatePart("q",[OrderDate],1,0)
as found in Northwind's "Quarterly Orders by Product" query?
Regards,
Adetola.