C
Chris B
Yesterday, I asked for help on assigning values to fields
contained in a loop. The responce was the following:
For x = 1 to 10
Me.Controls("PACS_QE" & x) = 0
Next
This works when I run it against a table but not a joined
query. Anyone please help explain why or how to fix the
problem.
Chris
contained in a loop. The responce was the following:
For x = 1 to 10
Me.Controls("PACS_QE" & x) = 0
Next
This works when I run it against a table but not a joined
query. Anyone please help explain why or how to fix the
problem.
Chris