View Full Version : Option Groups


naomir
07-04-2001, 03:18 PM
I've searched the recent archives and can't seem to find the answer to my question.

I have a form w/ an option group that contains a list of titles (that are to stored in a table):
biotechnology
health
software

The information is then stored in the table however it only shows up as a number.
I want the title to show up in Datasheet view on the table.

If someone could give me a hand that would be greatly appreciated.

Thanks.

pcs
07-04-2001, 05:15 PM
start by checking help for Option Groups...there are several examples, etc. the value of an option can only be a number, not text. you have to test the OptionValue in some manner (usually event code) then set the control value to your desired text.

hth,
al

naomir
07-05-2001, 07:19 AM
Thanks ! I'm going to look into that now.

:-)