H hinser13 Registered User. Local time Today, 00:39 Joined Aug 8, 2010 Messages 75 Sep 9, 2010 #1 I ineed is a query that will return me all dates 30 days either side of a criteria date
pbaldy Wino Moderator Staff member Local time Today, 00:39 Joined Aug 30, 2003 Messages 36,272 Sep 9, 2010 #2 This is a duplicate thread: http://www.access-programmers.co.uk/forums/showthread.php?t=198756
S spn200286 Registered User. Local time Today, 08:39 Joined Feb 7, 2005 Messages 56 Sep 10, 2010 #3 Someone pointed me to this in a diff thread and it helped me alot http://www.datapigtechnologies.com/AccessMain.htm It has a tutorial about loads of things including different date functions (also according to the rules/general politness people wont make things for you without you atleast trying yourself)
Someone pointed me to this in a diff thread and it helped me alot http://www.datapigtechnologies.com/AccessMain.htm It has a tutorial about loads of things including different date functions (also according to the rules/general politness people wont make things for you without you atleast trying yourself)
Trevor G Registered User. Local time Today, 08:39 Joined Oct 1, 2009 Messages 2,361 Sep 10, 2010 #4 hinser13 said: I ineed is a query that will return me all dates 30 days either side of a criteria date Click to expand... You might beable to use to expressions from the field, so something like this Date()-30 Date()+30 If you have them as 2 seperate expressions that might work for you
hinser13 said: I ineed is a query that will return me all dates 30 days either side of a criteria date Click to expand... You might beable to use to expressions from the field, so something like this Date()-30 Date()+30 If you have them as 2 seperate expressions that might work for you