L LSTC018 Registered User. Local time Today, 14:48 Joined Jan 17, 2019 Messages 19 Jan 17, 2019 #1 Hi, I am a total beginner looking for a little guidance - I would like a criteria query that will give me records for a total 7 days from a certain date, Cheers LSTC
Hi, I am a total beginner looking for a little guidance - I would like a criteria query that will give me records for a total 7 days from a certain date, Cheers LSTC
P plog Banishment Pending Local time Today, 08:48 Joined May 11, 2011 Messages 11,996 Jan 17, 2019 #2 In the SQL: WHERE [YourDateField]>Date() AND [YourDateField]<=(Date() + 7) Or in Query Builder: Bring down your Datefield, then in its criteria section put: >Date() AND <=(Date() + 7)
In the SQL: WHERE [YourDateField]>Date() AND [YourDateField]<=(Date() + 7) Or in Query Builder: Bring down your Datefield, then in its criteria section put: >Date() AND <=(Date() + 7)