Who knows how to create a start like button for an ms access database. I have made one but it is two overlapping buttons that have an illusion of moving. Who has something better?
Start Like Button for A Database
Collapse
X
-
Tags: None
-
I am creating a Start-like button like the one on windows OS but now it is in an access database on the switchboard for a system. it is supposed to function the same way.Comment
-
I am making a start menu.
i found a way.
instead of using buttons i used small pictures. I had them one on top of the other, then the topmost is coded via vba to .visible = False after clicking then the lower one has the .visible = True after clicking.Comment
-
Nice idea, but what next ?
you can't create button on the picture lol
and more code to expand the image when click, crop the picture when lostfocus.
I suggest use navigation form, then create button simulate "Start" on the left below of main form. Next, when you click on that button, the navigation form open to let you select any thing you want. ;)Comment
Comment