Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have a query that I need it to give me data for the last full week. I have this working in Access but the syntax must be different in Excel. I know I could use parameters, but want little intervention from users. Anyone show me the correct way. Using Office 2k, querying DB2 database Thanks, Glenn This is what I use in Access. Code: -------------------- ((Format([SHARE]![CLOSE_DATE],"wwyy"))=Format(DateAdd('ww',-1,Date()),"wwyy"))) -------------------- -- gjack72 ------------------------------------------------------------------------ gjack72's Profile: http://www.excelforum.com/member.php...o&userid=30375 View this thread: http://www.excelforum.com/showthread...hreadid=568456 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Retrieve multiple dates, from a week number? | New Users to Excel | |||
pointing to the full list from a database query | Excel Discussion (Misc queries) | |||
Macro to copy cells to rows below | Excel Discussion (Misc queries) | |||
Macro to insert copied cells | Excel Discussion (Misc queries) | |||
user defined function | Excel Worksheet Functions |