473,320 Members | 1,535 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Shape Effect on Toggle Buttons

2
- (post 1)
I have a questions database. On my Form, I have an Option Group with 4 toggles for the correct answers. Each of the toggles, is tied to the Answer's column in the database. Currently, I have Shape Effect => Bevel => Circle for all 4 buttons no matter what their value is. I cannot figure out a way to change to Shape Effect => Bevel => Relaxed Inset if a specific toggle button is set to the Answer.

- (post 2)
I have an option group with four toggle buttons. I am trying to change the shape of the toggle button based on the value of the option group.

Expand|Select|Wrap|Line Numbers
  1. Private Sub optgroup_Answers_BeforeUpdate()
  2.     Select Case Me.optgroup_Answers
  3.         Case 1
  4.             Me.toggleA.Bevel = BevelEffectRelaxedInset
  5.         Case 2
  6.             Me.toggleB.Bevel = BevelEffectRelaxedInset
  7.         Case 3
  8.             Me.toggleC.Bevel = BevelEffectRelaxedInset
  9.         Case 4
  10.             Me.toggleD.Bevel = BevelEffectRelaxedInset
  11.     End Select
  12. End Sub
-

Attached Images
File Type: jpg help.jpg (15.8 KB, 855 views)
Apr 10 '14 #1
2 2287
jimatqsi
1,271 Expert 1GB
drus,
You've presented a situation, but no question.

Jim
Apr 10 '14 #2
zmbd
5,501 Expert Mod 4TB
version of access/office?
Apr 10 '14 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: MLH | last post by:
Why is that? If I choose the tiny check boxes which are hard to hit with a mouse, it works fine. But option buttions, shich can be sized big enough for people with limited sight and dexterity...
4
by: Neil Coleclough | last post by:
I am constructing a database to process product returns for my Company. I have a number of toggle buttons to identify the stage to which each return has been processed. For example, clicking the...
1
by: John | last post by:
Hi How can I make some of the buttons on BindingNavigator toggle i.e. when one button is clicked others unclick automatically? Thanks Regards
4
by: cwoll | last post by:
I am runing this function to toggle buttens to display an "X" when they is selected, the butten is linked to a yes/no field. This function works good, the problem I am having is that when I make a...
3
by: Killer42 | last post by:
Hi all. I have a frame with some toggle buttons in it. All is working fine, except that the user can't tell which option is selected to begin with. How do I set one of the toggle buttons to the...
0
Denburt
by: Denburt | last post by:
This code is for a Toggle Button layout on a form, with this code you can set a number of toggle buttons visible and have multiple submenus that will stay hidden when not in use. My main menu is set...
2
stonward
by: stonward | last post by:
Hiya People, I've put two toggle buttons in a frame...so only one can be 'active' at any one time. When one is 'live' (option 1, say) I want the Form to show my Trade price values, when the other,...
2
by: Chuck | last post by:
How can I make an array of command buttons (or toggle buttons) on a form and have a text box on the same form display the index of the button clicked? This works very well in VB6, but I can't...
2
by: 6afraidbecause789 | last post by:
Hi - Has anyone ever used toggle buttons to select items in a listbox? I'd like to put about 24 toggle buttons on an unbound form that select or deselect items in a multiple select listbox. I've...
0
by: Atlante Avila | last post by:
This AS2 code is a small shopping cart. What I'm trying to do here is change that when the add to cart button is clicked the items are added to the text fields in the shopping cart movie clip. But...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.