Can I change a value list on a table to an option buttton on a for

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a field value list in a table that I thought would be better as an
option group on my form. I'm just learning Access- on my own, maybe this
isn't possible?
 
I have a field value list in a table that I thought would be better as an
option group on my form. I'm just learning Access- on my own, maybe this
isn't possible?

Just create an Option Group control using the toolbox, and delete the
combo box.

Your table does NOT contain a field value list: it contains a numeric
ID. That basic fact is concealed from your view by Microsoft's
misleading Lookup Wizard misfeature. You can still use any suitable
control (option group, combo, textbox) on a Form, though.

John W. Vinson[MVP]
 
--
Aggie


John Vinson said:
Just create an Option Group control using the toolbox, and delete the
combo box.

Your table does NOT contain a field value list: it contains a numeric
ID. That basic fact is concealed from your view by Microsoft's
misleading Lookup Wizard misfeature. You can still use any suitable
control (option group, combo, textbox) on a Form, though.

John W. Vinson[MVP]
John, Thank you for your answer, that's reassuring. Now ..... I am
probably in error about alot of things and I truely appreciate your time to
answer. I understand the concept you have explained. I still don't
understand the mechanics nor does my form work properly with the options
group. I will go back to reading the books and trying to understand what
they are telling me. Unfortunately, most manuals create more questions than
they answer. The very fact that there is a "misfeature" in a Microsoft
program is to PREVENT home users from using and understanding the
applications. Why do I think that? Economics. If everyone with average or
above average intelligence could understand the manuels, there would not be
any need of higher education or classes which makes MONEY for the company. I
have a degree in medicine, pharmacology was easier to understand than the
Microsoft Manuals that came with my Access 2002 program. I apologize for
using you as a sounding board for my frustration, please forgive me. May
god bless you and thank you for the answer. Aggie
 
--
Aggie


John Vinson said:
Just create an Option Group control using the toolbox, and delete the
combo box.

Your table does NOT contain a field value list: it contains a numeric
ID. That basic fact is concealed from your view by Microsoft's
misleading Lookup Wizard misfeature. You can still use any suitable
control (option group, combo, textbox) on a Form, though.

John W. Vinson[MVP]
PS. I would honestly rate this answer as a 4-5. However, I have no earthly idea how the heck to rate it for you. There isn't a single clue on this web page.
 

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

Back
Top