Minimized form

P

Pietro

Hi,
I have a big issue with Acces 2007,whne i open a form,the window is
always minimized,i try to set the property "Auto resize" to yes,but when i
open the form it's minimized as usual and displays one record only unless
users scroll down the bar to see the records one by one...
Is there any solution for this?
 
J

Jochen

What I did ( Access 2003 though ) was to put a macro with the command
Maximize in the form onload event
 
P

Pietro

Thank you for your reply..
but i don't want to maximize the form,i want it to appear as it's.
 
H

HEILI

Pietro said:
Hi,
I have a big issue with Acces 2007,whne i open a form,the window is
always minimized,i try to set the property "Auto resize" to yes,but when i
open the form it's minimized as usual and displays one record only unless
users scroll down the bar to see the records one by one...
Is there any solution for this?
 
J

Jochen

Maybe you could try to use the Restore Command instead.
You will first have to set focus to the form
 
Top