Group of options

Radio4912 Posted messages 12 Registration date   Status Membre Last intervention   -  
blackmefias_3350 Posted messages 711 Registration date   Status Membre Last intervention   -

Hello dear friends,

I have an Access form with a group of options made up of toggle buttons.

I want to add toggle buttons to this group of options.

Can you help me?

Thank you

Best regards

N.D

1 réponse

blackmefias_3350 Posted messages 711 Registration date   Status Membre Last intervention   68
 

Hello,

To create toggle buttons, you need to open your form in design mode, only then will you have the option to add new buttons. However, if your form is protected and you are not the one who created it, it would be wiser to ask the form's designer.

As for adding buttons or any other objects to the form, you need to go to View and then select Design Mode. Normally, you should end up in Form Design found in the menu bar, select the object you need and place it in the form. Then you need to go to the properties of the object (toggle button) toggle01 for instance, and in data control source if you want to link this button to a field. You can also rename the button to something like Btn_Toggle_***** (*****=name you desire) instead of toggle01, in order to find it more easily if you work with VBA code or Macros for example.


0