Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Update query from user input

Status
Not open for further replies.

MJB3K

Programmer
Jul 16, 2004
524
GB
I would like to know how to update a field in access that includes a figure input by the end user.

I know how to use an update query, but don't know how to add a figure input from the end user.


Regards,

Martin

Computing Design And Services:
 
Sorry to ask but I'm not a native english speaker:
what is a figure input ?
 
you mean you want the user to enter the value to be set? I don't think this will work, but this is kinda what you are asking for, right?

Code:
UPDATE TableName SET FieldName = [Enter new value]

Leslie

Anything worth doing is a lot more difficult than it's worth - Unknown Induhvidual

Essential reading for database developers:
The Fundamentals of Relational Database Design
Understanding SQL Joins
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top