how to make objects in ms access forms using a button

  • Thread starter Thread starter duplicate
  • Start date Start date
D

duplicate

can you make objects such as textboxes, buttons, labels, comboboxes and the
likes just by clicking a button?

here's the problem:

the first link/first photo is the original look of the form, it will be the
first one that you will see when you load the form:notice the green down
arrow below?....what i want to do is that when i click the arrow the form
will extend and have the same objects/fields like what you'll see on the
second picture and it will also have a down arrow that when clicked will also
do the same thing..
And when i fill all the fields and click save all the things that is written
there will all be saved on one table.
is it possible?please visit the links below and help..thanks
http://i81.photobucket.com/albums/j226/moonlightsonata2006/1.jpg

http://i81.photobucket.com/albums/j226/moonlightsonata2006/2.jpg
 
Instead of creating controls programmatically (which is possible), why not
hide the controls by setting their Visible property to false? You can also
use the form's InsideHeight property to affect the viewable size of the form.

HTH,
Barry
 
Back
Top