Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bazz
Starting Member
26 Posts |
Posted - 2003-11-17 : 14:22:41
|
Hi everyoneI'm trying to do a form in access and basically i want to have three toggle buttons (or radio buttons) on the form that are connected so if you select one the other two will not be selected and based on which toggle is select enter a string into the table. How would i go about this? as i don't want to have to create a VB front endI don't really know what access is capable of a i am mainly a web developercheers  |
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2003-11-17 : 14:26:50
|
just drop an Option Group control on the form. It's on the toolbox. Very easy to use. the group as a whole can be bound to a field on your recordsource for the form. Each option item within the group has a different value, and the Option Group returns the value of which item is selected. It works quite well.- Jeff |
 |
|
GreySky
Starting Member
20 Posts |
Posted - 2003-11-17 : 17:06:29
|
"i am mainly a web developer"Remember the days when C++ developers unerringly frowned on "VB programmers"? Now I understand how *they* felt. |
 |
|
Merkin
Funky Drop Bear Fearing SQL Dude!
4970 Posts |
Posted - 2003-11-17 : 17:15:13
|
Hey!I'm mainly a web developer as well.Damian |
 |
|
bazz
Starting Member
26 Posts |
Posted - 2003-11-25 : 06:07:01
|
Hey jsmith8858Thanks for the advice works perfectly.GreySky don't be so sour. |
 |
|
|
|
|