I have a form with several textboxes on it. If i double click on a textbox it sets the value of another textbox to what I have asked it to in code. This works fine.
I need to use the value from the text box in a query to extract data. The value that is put into the textbox is a particular field in the table. There are 26 similar fields.
I could write 26 queries, refrencing the field I want, but thats not really efficient.
Can I somehow refrence the textbox on the form from the query to extract the data.
I need to use the value from the text box in a query to extract data. The value that is put into the textbox is a particular field in the table. There are 26 similar fields.
I could write 26 queries, refrencing the field I want, but thats not really efficient.
Can I somehow refrence the textbox on the form from the query to extract the data.