lmartin said:Hi everyone,
I would like to find out how one can make a form open up to a full screen so that the users can only see what is on the form and not the Access options
tks in advance
Every time this question comes up someone (or in this case, 3 someones!) suggests using DoComd.Maximize. DoComd.Maximize causes the form to fill the Access window, it doesn't cause it to fill the screen! I just went around and around on this with a gentleman of many years experience, who insisted that Maximize would solve the problem. The next day he sheepishly posted back stating that after hours of work he concluded that I was correct and he was mistaken. The correct answer is that suggested by The Shadow. You have to set your form to PopUp and then diddle with its size until you get it just right!
Linq
BTW, Shadow, loved your radio show!
LOL...thanks![]()
If anybody is interested i have a code wich makes all the acces bars disapear and open your form even above the windows xpor vista bar
************************************Every time this question comes up someone (or in this case, 3 someones!) suggests using DoComd.Maximize. DoComd.Maximize causes the form to fill the Access window, it doesn't cause it to fill the screen! I just went around and around on this with a gentleman of many years experience, who insisted that Maximize would solve the problem. The next day he sheepishly posted back stating that after hours of work he concluded that I was correct and he was mistaken. The correct answer is that suggested by The Shadow. You have to set your form to PopUp and then diddle with its size until you get it just right!
Linq
BTW, Shadow, loved your radio show!
Hi,
I know this is a very old thread, but I found it as the top link when searching for a solution to this problem and had to post a reply after I found a worthy solution. The DoComd.Maximize command works fine as long as the form is a pop-up and you set the border size to "None". The border size hasn't been mentioned before and it is this that tips he balance to make the form look truly kiosk in appearance.
Hello Shadow,The best way is to size your form to be larger than the screen, and then set its property to popup. If you can't figure this out, I'll post a sample.
SHADOW