C
Chris B
I have number of fields with the same name except the a
number value at the end, (PACS_QE1, PACS_QE2, PACS_QE3,
etc...) I can set the controls for these fields in a For
Loop with code like the following:
For x = 1 to 10
Me.Controls("PACS_QE" & x).Enabled = False
Next
Now what I need to add is the same logic to set all the
field values to 0 in the same loop. I am sure it is
simple, so let me have it. P-L-E-A-S-E!
Chris
number value at the end, (PACS_QE1, PACS_QE2, PACS_QE3,
etc...) I can set the controls for these fields in a For
Loop with code like the following:
For x = 1 to 10
Me.Controls("PACS_QE" & x).Enabled = False
Next
Now what I need to add is the same logic to set all the
field values to 0 in the same loop. I am sure it is
simple, so let me have it. P-L-E-A-S-E!
Chris