I am trying to run a query that would use a date in a simple table that has 12 entries, the date for the first of each month.
I want to use that date say 03/01/06 from the table and run a guery to find the entries in another table that have dates in that month.
I get how to use between date()-30... but not sure how to use the first table date entry to get the dates for the second table without having to put the actual date in the criteria.
thanks in advance,
Kelly
I want to use that date say 03/01/06 from the table and run a guery to find the entries in another table that have dates in that month.
I get how to use between date()-30... but not sure how to use the first table date entry to get the dates for the second table without having to put the actual date in the criteria.
thanks in advance,
Kelly