N
NeonSky via AccessMonster.com
Hello!
I have a query and a table...
queryONE
FieldYear
2007
2008
2009
tableONE
FieldDate
1/1/2007
5/7/2008
5/9/2009
6/5/2010
I would like a query to only return the "FieldDate" values where the year
matches a value in "qryONE", not sure how to implement the function directly
into my query, hence the final dataset would return....
qryFINAL
FieldDate
1/1/2007
5/7/2008
5/9/2009
Thank you!
I have a query and a table...
queryONE
FieldYear
2007
2008
2009
tableONE
FieldDate
1/1/2007
5/7/2008
5/9/2009
6/5/2010
I would like a query to only return the "FieldDate" values where the year
matches a value in "qryONE", not sure how to implement the function directly
into my query, hence the final dataset would return....
qryFINAL
FieldDate
1/1/2007
5/7/2008
5/9/2009
Thank you!