Update Querry

Fabian1675

Registered User.
Local time
Today, 14:31
Joined
May 5, 2011
Messages
23
Hello Everyone;

I have a table called MyTable, a form called MyForm in MyForm there's textbox named Count

What I would to accomplish is to use the Update Query to update one of the entries in MyTable named Total Count from the value entered by the user into the textbox named Count.

Not quite sure how to type the needed syntax in the update query to make this work, can somebody give me a pointer on how to go about this?

Thanks
 
In the Update To: field of the query use;
Code:
[Forms]![YourFormName]![YourTextBoxName]
 

Users who are viewing this thread

Back
Top Bottom