LOOPING 3rd REQUEST

  • Thread starter Thread starter Chris B
  • Start date Start date
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
 
Going to basics, is the recordset from the query
updateable? or does it contain restricted joins?

JAT.
 
UPDATEable, I can type any change I want on the form, I
just can't update it with code!

Chris
 
Back
Top