Option Groups

naomir

New member
Local time
Today, 09:36
Joined
May 24, 2001
Messages
5
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.
 
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
 
Thanks ! I'm going to look into that now.

:-)
 

Users who are viewing this thread

Back
Top Bottom