D
Dan Rolfe
I'm trying to run a procedure on the click event on a
form. What I need to do is open one table, start at the
top and store two field values, then update another table
with one of the values based on the second value in each
record. I've tried using a do while not EOF loop in the
first table to get the values, and then various
techniques (update method, SQL, etc)to update the value
of the field in the second table, then looping. I can't
get it right. I either get a syntax error, a compile
error, etc. I know it can be done, but I'm trying to
learn this stuff, and am not there yet. Any help would
be appreciated. Thanks, Dan
form. What I need to do is open one table, start at the
top and store two field values, then update another table
with one of the values based on the second value in each
record. I've tried using a do while not EOF loop in the
first table to get the values, and then various
techniques (update method, SQL, etc)to update the value
of the field in the second table, then looping. I can't
get it right. I either get a syntax error, a compile
error, etc. I know it can be done, but I'm trying to
learn this stuff, and am not there yet. Any help would
be appreciated. Thanks, Dan