A
aoberholtzer
How can reference a field in a table using a variable. Say you have 3 fields
in a table named rstable. In the example below I want reference the three
fields by replacing Field1, Field2, Field3 with Fieldx.
For x = 1 to 3
Select Case rstable!Field1
case "PASS"
Beep
Select End
next x
Can this be done?
in a table named rstable. In the example below I want reference the three
fields by replacing Field1, Field2, Field3 with Fieldx.
For x = 1 to 3
Select Case rstable!Field1
case "PASS"
Beep
Select End
next x
Can this be done?