Hi,
Ok, i know there has to be a way of doing it, but i really cant work it out, i been trying all night.
Basically i have 12 check boxes on a form, January to December.
I want to create a query, which a report will use to print out entries from a table, depending on what check boxes are selected, eg
if january check box is selected only, then the report will only show records dates from the 01/01/02 to 31/01/02.
if january and december is selected, then the report will only show records dates from the 01/01/02 to 31/01/02, and 01/12/02 to 31/12/02
My problem is the code used in the query to reconise if a check box is ticked and add the dates accordingly.
Do i use the expression builder or VB code (id rather not use sql as i dont know it! but i am a VB beginner)
any advice you can give and code examples you can is greatly apriceated. many thanks in advance.
Ok, i know there has to be a way of doing it, but i really cant work it out, i been trying all night.
Basically i have 12 check boxes on a form, January to December.
I want to create a query, which a report will use to print out entries from a table, depending on what check boxes are selected, eg
if january check box is selected only, then the report will only show records dates from the 01/01/02 to 31/01/02.
if january and december is selected, then the report will only show records dates from the 01/01/02 to 31/01/02, and 01/12/02 to 31/12/02
My problem is the code used in the query to reconise if a check box is ticked and add the dates accordingly.
Do i use the expression builder or VB code (id rather not use sql as i dont know it! but i am a VB beginner)
any advice you can give and code examples you can is greatly apriceated. many thanks in advance.