chuckcoleman
Registered User.
- Local time
- Today, 16:44
- Joined
- Aug 20, 2010
- Messages
- 380
I have an append query that needs to get the value from a text box off of a form. The Field in the query is an Expression. I am using: Expr1: [Forms]![FormName].[ControlName]
My "logic" is that I would pull the value from the ControlName from the form and then use that to append it to the field I have selected in the Append To: row in the query. Note, the form is not bound to any table or query; it gets data in each text box by using either default values, DLookUp's, etc. The form displays the data correctly. When I test the append query, the result for Expr1 is a character, not from the alphabet, kind of like the letter "G" with some squigles above it. What am I doing wrong?
My "logic" is that I would pull the value from the ControlName from the form and then use that to append it to the field I have selected in the Append To: row in the query. Note, the form is not bound to any table or query; it gets data in each text box by using either default values, DLookUp's, etc. The form displays the data correctly. When I test the append query, the result for Expr1 is a character, not from the alphabet, kind of like the letter "G" with some squigles above it. What am I doing wrong?