SirStevie3
Registered User.
- Local time
- Today, 15:23
- Joined
- Jul 29, 2013
- Messages
- 58
I cannot figure this out as i've done it before the exact same way with my other database and it works just fine...
I have a form (named frmAddSession) with a combo box (named Band_Name) and lets say i have it displaying the band "Band A"
I have a query where the criteria is [Forms]![frmAddSession]![Band_Name]. when i run the query the results are blank. but if i type ="Band A" it works just fine.
why won't my reference to the combo box on the form work?
ps. in a series of deductions to try and figure this out, my form only has the one combo box, and my query is based on only one table and only has the one field.
I have a form (named frmAddSession) with a combo box (named Band_Name) and lets say i have it displaying the band "Band A"
I have a query where the criteria is [Forms]![frmAddSession]![Band_Name]. when i run the query the results are blank. but if i type ="Band A" it works just fine.
why won't my reference to the combo box on the form work?
ps. in a series of deductions to try and figure this out, my form only has the one combo box, and my query is based on only one table and only has the one field.