jamesmills
Technical User
Hello all
I have a table called tblCustomers
and a colum called startDate
startDate is like 00/00/0000
if i make a new query, and i want to select all records from a certain month and certain year how do i do it?
I have made a trop down on the main form with a drop down for month and year.
So if i select Month=02 and year=2003
when i click the button i want the query to pick up all the days for that month!
Will it be somthignm like
**/Forms![frmOpening]![txtMonth] /Forms![frmOpening]!
[txtYear]
thanks
I have a table called tblCustomers
and a colum called startDate
startDate is like 00/00/0000
if i make a new query, and i want to select all records from a certain month and certain year how do i do it?
I have made a trop down on the main form with a drop down for month and year.
So if i select Month=02 and year=2003
when i click the button i want the query to pick up all the days for that month!
Will it be somthignm like
**/Forms![frmOpening]![txtMonth] /Forms![frmOpening]!
[txtYear]
thanks