Another date question, sorry. I discovered that I can't use a parameter query in a crosstab query. I wanted the user to specify a date range between [start date] and [end date]; that didn't work. Next, I figured using a moving date range, but I want to exclude the current month. So I tried >DateAdd("m",-12,Date()), and here my result ranges from 1/04-1/05. Not what I wanted, but I'd settle for that except, that when I went to validate the results using between 1/1/04 and 12/31/04 the results for 1/04 (only) were wrong. When the query is run next month, I want to see 02/04-01/05. It may be obvious, but after flipping through 50+ pages on this site I'm %-).
Many thanks
Many thanks