MultiPage Form

S

SoNew2This

Two questions. I have a label on one of the pages and I want to create a
click_event that will open another form. What is the syntax for this?
And then the pages I am creating are very long. I found some code that
allows a vertical scroll bar when the form is Run, but I can't seem to figure
out how to scroll down on the form in design mode.
 
A

Anant.Basant

Two questions. I have a label on one of the pages and I want to create a
click_event that will open another form. What is the syntax for this?
And then the pages I am creating are very long. I found some code that
allows a vertical scroll bar when the form is Run, but I can't seem to figure
out how to scroll down on the form in design mode.

A1. Try the following code from eventhandler of the button to open
another form:

FormNameOtherForm.Show

Can you please elaborate what you want to do in the second problem?

Anant
 
S

SoNew2This

I have created a Userform and placed a number of frames on the form. Mainly
to seperate the different like areas. If I am in the View-Object (UserForm1)
there are no scroll handles on the form. The only way to see what is below is
to change the Zoom to a value less that 100, but then I still can't get the
focus on a lower area and zoom it back up to work on it. Hope this makes more
sense
 

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

Top