how to use the toggle button?

  • Thread starter Thread starter bravehao
  • Start date Start date
B

bravehao

Guest
hi! friends.
I have a superclass A and two subclass B and C.
And I want one form to display all their attribute. So i think i need a toggle button to toggle the B and C's attribute in the bottom of the form with the share attribute at top.
i am a beginner,how can i start? VBA needed?
thanks a lot!
 
Maybe a bit more detail required

When you use a toggle button the wizard will set it up for you. It' the a matter of coding a select case to do what your after.
 

Attachments

As far as using toggle buttons, you need to make sure they are in a frame so Access knows to group them together giving them a value starting at 1. I prefer not to use wizards within access. Coding what you want can be complicated. So just google close to what you're looking for and use snip-its to put it all together. But make sure they are set to be within the frame object.
Hope this helped at least a little
 

Users who are viewing this thread

Back
Top Bottom