G
Guest
Hi. I have an access 2000 table named payments and would like to select all records in which the date in field payment_date falls
within the current week.
I would much appreciate any help as I have never worked with weeks in a query before.
SELECT * FROM payments WHERE payment_date = DATE(ww)
is this correct
thanks a bunch for your help!
within the current week.
I would much appreciate any help as I have never worked with weeks in a query before.
SELECT * FROM payments WHERE payment_date = DATE(ww)
is this correct
thanks a bunch for your help!