G
Guest
On a database that I have been given a command button on a form kicks off a
report which has a query that was built with only the week, no year and the
report is now pulling both 2006 and 2007 data. The query field is: Expr1:
Format([Load Date],"ww"); the criteria is:
Format([Forms]![frmMain]![weekreport].[value],"ww"). How do it code the query
to also look at the year field? What is on the form is an Active X control
calendar: MSCAL.Calendar.7. Suggestions? Thanks so much! Jani
report which has a query that was built with only the week, no year and the
report is now pulling both 2006 and 2007 data. The query field is: Expr1:
Format([Load Date],"ww"); the criteria is:
Format([Forms]![frmMain]![weekreport].[value],"ww"). How do it code the query
to also look at the year field? What is on the form is an Active X control
calendar: MSCAL.Calendar.7. Suggestions? Thanks so much! Jani