B
bladelock
I create an Option Group Name (Frame 159)
Control Source (Loc) with three values:
The option Group on the form is displays ED, EU, EZ.
However, when this saves to the table (which is a Text Field) it only stores
1, 2, or 3. I need it to Store ED, EU, or EZ in the Table.loc. How can I do
this?
I tried this in the AfterUpdate of the Frame159:
Me.Loc = Choose([Frame159], "ED", "EU", "EZ")
But it doesn't work
Control Source (Loc) with three values:
The option Group on the form is displays ED, EU, EZ.
However, when this saves to the table (which is a Text Field) it only stores
1, 2, or 3. I need it to Store ED, EU, or EZ in the Table.loc. How can I do
this?
I tried this in the AfterUpdate of the Frame159:
Me.Loc = Choose([Frame159], "ED", "EU", "EZ")
But it doesn't work