May 22, 2009 #1 EasyOnly Technical User Joined Oct 11, 2008 Messages 55 Location US Hi All, I am trying to specify the end date for a query to pull data up to last month and to pull the data that has no end date. So the end date will have criteria of is null.... Any suggestion for last month....
Hi All, I am trying to specify the end date for a query to pull data up to last month and to pull the data that has no end date. So the end date will have criteria of is null.... Any suggestion for last month....
May 24, 2009 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR In the End date criteria cell: Is Null OR <= DateSerial(Year(Date()),Month(Date()),0) Hope This Helps, PH. FAQ219-2884 FAQ181-2886 Upvote 0 Downvote
In the End date criteria cell: Is Null OR <= DateSerial(Year(Date()),Month(Date()),0) Hope This Helps, PH. FAQ219-2884 FAQ181-2886