H
Heather
I'm trying to update a column (in a table) in a module but
am getting a syntax error when I compile. I'm trying to
set a column value to another column * a value. (example:
dbs.Execute " Update sometble.plannedhrs Set
sometbl.plannedhrs = (sometbl.percent * .375));"
What is the correct syntax
am getting a syntax error when I compile. I'm trying to
set a column value to another column * a value. (example:
dbs.Execute " Update sometble.plannedhrs Set
sometbl.plannedhrs = (sometbl.percent * .375));"
What is the correct syntax