J
JMorrell
please excuse the cross posting (in Forms Coding) but I'm not finding the
results I need for my problem.
My form is based on a query of just 1 table and has 3 controls; a combo box
with 1 bound column, an unbound text box for a number, and an "update"
button.
Is it possible to update a table with the following pseudo code?
update TOP N
set [field] = "value" where [field] = "value"
From the form's controls, the user can select these values and then click
"update."
The single query should be a SELECT followed by an UPDATE, all in one
statement.
That's what I want to do but I'm at a loss as to the syntax.
tia,
results I need for my problem.
My form is based on a query of just 1 table and has 3 controls; a combo box
with 1 bound column, an unbound text box for a number, and an "update"
button.
Is it possible to update a table with the following pseudo code?
update TOP N
From the form's controls, the user can select these values and then click
"update."
The single query should be a SELECT followed by an UPDATE, all in one
statement.
That's what I want to do but I'm at a loss as to the syntax.
tia,