A
ant1983
I have a query and one of the fiels is numLevel. Then i have a form wirh an
unbound combo called txtLevel.
then in that query in criteria under numLevel i have:
[Forms]![frmEmailScheduleToClientMenu]![txtLevel]
So if i select a value from the combo box and click my command button to
open the query it shows me the correct results.
The problem is i want to change the name of the combo box on my form to
numLevel. I do that and save and then go change the criteria to:
[Forms]![frmEmailScheduleToClientMenu]![txtLevel]
But then when i run the query it says:
"The Microsoft Office Access database engine does not recognize
'Forms!frmEmailScheduleToClientMenu!numLevel as a valid field name or
expression."
Why is that? I changed it both places?
unbound combo called txtLevel.
then in that query in criteria under numLevel i have:
[Forms]![frmEmailScheduleToClientMenu]![txtLevel]
So if i select a value from the combo box and click my command button to
open the query it shows me the correct results.
The problem is i want to change the name of the combo box on my form to
numLevel. I do that and save and then go change the criteria to:
[Forms]![frmEmailScheduleToClientMenu]![txtLevel]
But then when i run the query it says:
"The Microsoft Office Access database engine does not recognize
'Forms!frmEmailScheduleToClientMenu!numLevel as a valid field name or
expression."
Why is that? I changed it both places?