Option Group

G

Guest

I create an Option Group 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. How can I do this?
 
D

Duane Hookom

This is a reports news group which isn't quite appropriate for a forms
question. However, an option group always has numeric values. I would change
the field type to numeric. When ever you need to display ED, EU,... you can
lookup up the value in a small table or use an expression like:
=Choose([FieldName],"ED","EU","EZ")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top