hi i have a query which from a courses table should show a list of people and what courses they have taken which expire in two months from the current date (the current date being the date the query is run) i have the following in the criteria to run this query
>=DateAdd("m",-2,Date())
but when i do run it it shows dates which expire in aug 2007 and others like it so basically it wont work!
can anybody help me to get this query to run properly. much appreciatted. Dane
>=DateAdd("m",-2,Date())
but when i do run it it shows dates which expire in aug 2007 and others like it so basically it wont work!
