Form view upon opening

B

Brian

I have a couple of forms that when opened are opening in the middle of the
form as opposed to the top of the form, which I'd like. This causes the user
to have to scroll up to the top of the form to view from the beginning every
time the form is opened. Is there a way to change this so that the form
always opens at the top? Thanks for your help!
 
P

Pearl

Hello!
You could just add the Maximize macro to the On Open property on the form.
Either create the macro that just maximizes and add that, or you'd need to
write the event procedure to do it for you. I'm just very new to VB, so I
save the macro and add it instead of writing the event code.
 

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