Problemunvalidated
The automated review says there is an issue on the 3rd and 4th lines. — UPDATE tblProduct SET #form.F# = 01 WHERE ID = #form.ID#. Tension: I guess the problem is `form.F` and `form.ID`. Outcome: Dynamic SQL table column names from the form is not the best approach.
5126fcc6-9673-4bd9-94f4-8331e3a87b5e
The automated review says there is an issue on the 3rd and 4th lines. — UPDATE tblProduct
SET #form.F# = 01
WHERE ID = #form.ID#. Tension: I guess the problem is form.F and form.ID. Outcome: Dynamic SQL table column names from the form is not the best approach.