G Guest Jul 16, 2007 #1 I have a shipdate field and want to run a query on dates that are 30 days or more from shipdate to today's date. Can anyone help?
I have a shipdate field and want to run a query on dates that are 30 days or more from shipdate to today's date. Can anyone help?
G Guest Jul 16, 2007 #2 Under the field shipdate enter the criteria <Date()-30 Or, <DateAdd("d",-30,Date()) To return all the records that are older then 30 days or more from current date
Under the field shipdate enter the criteria <Date()-30 Or, <DateAdd("d",-30,Date()) To return all the records that are older then 30 days or more from current date