visual basic frames

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

Guest

I am use to using Visual Basic frames to create text boxes, labels, etc. and
then hiding or showing frames which contains ALL the controls in them. Any
substitue in access for this?? I found this very useful in visual basic
since it almost simulates different forms without having to pass variables
since it is actually on the same form....
 
I know Access has an option group, but I can't or at least I do not know how
to simulate a frameset like in visual basic 6.
 
I am use to using Visual Basic frames to create text boxes, labels, etc. and
then hiding or showing frames which contains ALL the controls in them. Any
substitue in access for this?? I found this very useful in visual basic
since it almost simulates different forms without having to pass variables
since it is actually on the same form....

Take a look at the Tab Control. It's different in implementation but
you can get basically the same result.

John W. Vinson[MVP]
 

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