H
Heather
I have a qry that has TradeMonth and A TradeYear field.
So in a form I created a list box that has months 1-12
and years 2002-2004. I want the user to be able to select
say months 1 & 2 and year 2004 I linked the fields to the
form but it does not query. Am I missing something?
TradeMonth [Forms]![frmselectmonth]![LstMnth]
TradeYear [Forms]![frmselectmonth]![LstYR]
I also did this In([Forms]![frmselectmonth]![LstYR])
So in a form I created a list box that has months 1-12
and years 2002-2004. I want the user to be able to select
say months 1 & 2 and year 2004 I linked the fields to the
form but it does not query. Am I missing something?
TradeMonth [Forms]![frmselectmonth]![LstMnth]
TradeYear [Forms]![frmselectmonth]![LstYR]
I also did this In([Forms]![frmselectmonth]![LstYR])