I have an unbound text box on a form I created titled frmDS_BULK_DATA_VALIDATION, the unbound text box is titled Text7. I'm trying to create a simple query which populates whatever is entered in the unbound text box within a field on the query titled ISS_ID. So I used the expression builder to put the following within the ISS_ID Field:
"[Forms]![frmDS_BULK_DATA_VALIDATION]![Text7].[Text]"
created a macro which runs this query and attached it to a botton on my form. When I try to run it however, I get the following message:
Enter Parameter Value:
[Forms]![frmDS_BULK_DATA_VALIDATION]![Text7].[Text]
Then a blank field where I can enter data
I'm assuming my query isnt reading the form correctly but I can't figure out whats up, please advise..
Thanks
"[Forms]![frmDS_BULK_DATA_VALIDATION]![Text7].[Text]"
created a macro which runs this query and attached it to a botton on my form. When I try to run it however, I get the following message:
Enter Parameter Value:
[Forms]![frmDS_BULK_DATA_VALIDATION]![Text7].[Text]
Then a blank field where I can enter data
I'm assuming my query isnt reading the form correctly but I can't figure out whats up, please advise..
Thanks