Hello,
I am having a little trouble using an update query. I think it's an update query that I should be using but I may be wrong. (If anybody could guide me in the right direction if this is the case I would appreciate that)
I have a text box on a form which contains a numerical value. The object is called "Text1".
It is on a form called "Form1"
I create a new query (an update query) and add the field that I want to update and add the following..
Update To: [Forms]![Form1]![Text1]
Now to me, logically that should work. It should update the field I added to the query with the value in the text box "Text1" from the form "Form1".
Any help is much appreciated.
I am having a little trouble using an update query. I think it's an update query that I should be using but I may be wrong. (If anybody could guide me in the right direction if this is the case I would appreciate that)
I have a text box on a form which contains a numerical value. The object is called "Text1".
It is on a form called "Form1"
I create a new query (an update query) and add the field that I want to update and add the following..
Update To: [Forms]![Form1]![Text1]
Now to me, logically that should work. It should update the field I added to the query with the value in the text box "Text1" from the form "Form1".
Any help is much appreciated.