Open Access form in full screen
Solved
kauderni
-
Denist -
Denist -
Hello,
I am looking to open my database and want to land on a form without the ribbon and other buttons...
I can't find anything on the net...
Thanks in advance
seb
Configuration: Windows Vista / Firefox 9.0.1
I am looking to open my database and want to land on a form without the ribbon and other buttons...
I can't find anything on the net...
Thanks in advance
seb
Configuration: Windows Vista / Firefox 9.0.1
14 réponses
Hello,
Open the form in creation mode and then in the form properties under the [Format] tab, adjust the desired properties according to your wishes.
--
Best regards.
The Penguin
Open the form in creation mode and then in the form properties under the [Format] tab, adjust the desired properties according to your wishes.
--
Best regards.
The Penguin
Hello,
In the end, I was right the first time.
So in the properties of the form:
Show selector, Move button, Record separators, Control box, and close button --> value: NO.
Scroll bar and MinMax buttons --> value: None.
Regards.
The Penguin
In the end, I was right the first time.
So in the properties of the form:
Show selector, Move button, Record separators, Control box, and close button --> value: NO.
Scroll bar and MinMax buttons --> value: None.
Regards.
The Penguin
Hello,
Two solutions: right-click the mouse and click on [Close] in the list, or put a button on the form itself.
--
Best regards.
The Penguin
Two solutions: right-click the mouse and click on [Close] in the list, or put a button on the form itself.
--
Best regards.
The Penguin
hello
ok but I don't know what to modify...
I would like to create a homepage with different buttons for actions (open form, edit status...)
I can handle the macros and the buttons... but not the rest...
seb
ok but I don't know what to modify...
I would like to create a homepage with different buttons for actions (open form, edit status...)
I can handle the macros and the buttons... but not the rest...
seb
Hello,
My response was not correct because I misinterpreted your request.
To create a homepage, you simply need an empty form and to add the buttons with their labels according to your wishes.
As you know how to create macros and buttons, that's perfect.
--
Best regards.
The Penguin
My response was not correct because I misinterpreted your request.
To create a homepage, you simply need an empty form and to add the buttons with their labels according to your wishes.
As you know how to create macros and buttons, that's perfect.
--
Best regards.
The Penguin
hello
I did it but it's still not what I want..... I would like the form to appear in a window without the Access 2007 ribbon (Home, Create,.....) and without the save menu,....
I just want a window with my form in full screen....
thank you for your patience.....
seb
I did it but it's still not what I want..... I would like the form to appear in a window without the Access 2007 ribbon (Home, Create,.....) and without the save menu,....
I just want a window with my form in full screen....
thank you for your patience.....
seb
Hello,
Is this what you're looking for: https://www.cjoint.com/?3AEw6Pehn3d
Click on the [HOME PAGE] form.
--
Best regards.
The Penguin
Is this what you're looking for: https://www.cjoint.com/?3AEw6Pehn3d
Click on the [HOME PAGE] form.
--
Best regards.
The Penguin
Hello
yes, absolutely, more ribbon... looking at it, I would prefer it in a window of a size to be defined...
another thing, how do we exit this page?
sen
yes, absolutely, more ribbon... looking at it, I would prefer it in a window of a size to be defined...
another thing, how do we exit this page?
sen
Private Sub Form_Load()
DoCmd.Maximize
End Sub