gio24
02-04-2004, 10:41 AM
Is there any way for me to get data from a form's text box into an append query? I need to get the text from the forms text box, and have it under the criteria in the append query, but every time i try the build function, it doesnt work.
Example: the Query
Field - blah
Table - blah
Append to - blah
Criteria - [Forms]![Form1]![txtBlah]
I get an error saying: MS Jet Database does not recognize [Forms]![Form1]![txtBlah] as a valid field name or expression.
Any help would be greatly appreciated. Thank you.
Example: the Query
Field - blah
Table - blah
Append to - blah
Criteria - [Forms]![Form1]![txtBlah]
I get an error saying: MS Jet Database does not recognize [Forms]![Form1]![txtBlah] as a valid field name or expression.
Any help would be greatly appreciated. Thank you.