C
chipmunkwhiz
I would like to use an update query in some code. In
the past I've set a record source equal to SQL code, How
do I use something like:
"UPDATE [customer table] SET [customer table].[Delivery
Route] = "Alt-Tuesday"
WHERE ((([customer table].[Delivery Route])
="AltTuesday"));"
I just want to change values in a table based on the
users input.
Any help greatly appreciated.
the past I've set a record source equal to SQL code, How
do I use something like:
"UPDATE [customer table] SET [customer table].[Delivery
Route] = "Alt-Tuesday"
WHERE ((([customer table].[Delivery Route])
="AltTuesday"));"
I just want to change values in a table based on the
users input.
Any help greatly appreciated.