M
Mark Kubicki
I want to cycle thru the field collection creating a variable based on the
name of each filed and then assigning the value of the field to that
variable. The table has only 1 record, which consists of a series of user
defined default values (these values are used when generating, with code,
the value of a textbox in a report).
ex:
in Table1, there exists fields:
PrntNotes - value in record 1: True
PrntOption - value in record 1: True
PrntDescription - value in record 1: False)
...
What I ought to wind up with is a set of variables:
varPrntNotes - value: True
varPrntOption - value: True
varPrntDescription - value: False
thanks in advance...
-mark
name of each filed and then assigning the value of the field to that
variable. The table has only 1 record, which consists of a series of user
defined default values (these values are used when generating, with code,
the value of a textbox in a report).
ex:
in Table1, there exists fields:
PrntNotes - value in record 1: True
PrntOption - value in record 1: True
PrntDescription - value in record 1: False)
...
What I ought to wind up with is a set of variables:
varPrntNotes - value: True
varPrntOption - value: True
varPrntDescription - value: False
thanks in advance...
-mark