I have a query where I only want the previous weeks data.
I have it working in Access but I can not get this to work in Excel. Using Office 2k, querying DB2 database.
Any suggestions?
Thanks,
Gj
I have it working in Access but I can not get this to work in Excel. Using Office 2k, querying DB2 database.
Any suggestions?
Thanks,
Gj
Code:
((Format([SHARE]![CLOSE_DATE],"wwyy"))=Format(DateAdd('ww',-1,Date()),"wwyy")))