May 22, 2009 #1 EasyOnly Technical User Oct 11, 2008 55 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 Nov 8, 2002 53,708 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