skwilliams
Registered User.
- Local time
- Today, 16:56
- Joined
- Jan 18, 2002
- Messages
- 516
I have a database with a query pulling data from a table. The criteria is WkNo = Forms!frmManRun!Text2. The week number is stored in the WkNo field in the table.
Text2 is a form field on an unbound form with a button to run the query.
Therefore, I can enter a week number in the Text2 field and click the button to run a query which returns results for just that week.
The problem is when I run the query, I receive this error:
The Microsoft Jet database engine does not recognize '[Forms]![frmManRun]![Text2]' as a valid field name or expression.
Text2 is a form field on an unbound form with a button to run the query.
Therefore, I can enter a week number in the Text2 field and click the button to run a query which returns results for just that week.
The problem is when I run the query, I receive this error:
The Microsoft Jet database engine does not recognize '[Forms]![frmManRun]![Text2]' as a valid field name or expression.