473,385 Members | 1,409 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ACCESS 2000 Full Screen and Command Buttons Removed

16
Greetings;
For a project, I need to design the DB to show full screen and remove the command buttons across the top... I recall F11 will show the command buttons was removed, but need to know how to satisfy the two issues I have...

Thank you,
Steve
Feb 9 '07 #1
6 3461
nico5038
3,080 Expert 2GB
In the Tools/Options menu you can disable the menubars and function keys.
Just make sure you keep control.
Pressing SHIFT when opening the .mdb will pass the startup process and allow access to the database window when not disabled...

Nic;o)
Feb 9 '07 #2
ADezii
8,834 Expert 8TB
Greetings;
For a project, I need to design the DB to show full screen and remove the command buttons across the top... I recall F11 will show the command buttons was removed, but need to know how to satisfy the two issues I have...

Thank you,
Steve
Tools ==> StartUp then deselect Menu and/or Toolbar Options. To disable Function Keys, you must click on the Advanced>> button in the StartUp Dialog.
Feb 9 '07 #3
missinglinq
3,532 Expert 2GB
I think you're also asking how to have your form display full screen, am I correct? You simply have to play around sizing it until you get it to over the screen! This will take a little bit of diddling, but it does create a nice Visual Basic like program effect. I use it frequently, as I find that non-power users (my end users are mainly medical professionals) are intimidated by the Access environment. Rather than having to go roaming thru the various pulldown menus looking for a task they need to perform, I provide them with custom buttons for just those functions they need.

The only caveat to using full screen forms is that sooner or later some user (maybe even yourself) will buy a new machine, and its default Screen Resolution will be higher than the one you developed your db on. This will, in effect, "shrink" your form so that it's not "full screen" anymore. The answer to this is an custom function to "resize" the screen to match the new resolution. Fortunately, someone has already done the work for you! Go to this site and scroll down to the "Access Form Resizer" and download it. I've used it before without problems, and best of all, it's FREE!

http://jamiessoftware.tk/resizeform/afr.exe
Feb 9 '07 #4
NeoPa
32,556 Expert Mod 16PB
If your requirements aren't so demanding though, a simple DoCmd.Maximize (DoCmd.Restore to revert) should maximise the form for you.
Feb 10 '07 #5
steve i
16
Thanks for all the information...that is exactly what I need todo...si


I think you're also asking how to have your form display full screen, am I correct? You simply have to play around sizing it until you get it to over the screen! This will take a little bit of diddling, but it does create a nice Visual Basic like program effect. I use it frequently, as I find that non-power users (my end users are mainly medical professionals) are intimidated by the Access environment. Rather than having to go roaming thru the various pulldown menus looking for a task they need to perform, I provide them with custom buttons for just those functions they need.

The only caveat to using full screen forms is that sooner or later some user (maybe even yourself) will buy a new machine, and its default Screen Resolution will be higher than the one you developed your db on. This will, in effect, "shrink" your form so that it's not "full screen" anymore. The answer to this is an custom function to "resize" the screen to match the new resolution. Fortunately, someone has already done the work for you! Go to this site and scroll down to the "Access Form Resizer" and download it. I've used it before without problems, and best of all, it's FREE!

http://jamiessoftware.tk/resizeform/afr.exe
Feb 14 '07 #6
NeoPa
32,556 Expert Mod 16PB
Thanks for all the information...that is exactly what I need to do...si
Thanks for letting us know. Glad Linq was able to help you :)
Feb 14 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Galina | last post by:
Hello I have a very complex database application, which have been working fine for several years in Access 97. Now I had to convert it into Access 2000. The main form (course) has got 2 subforms....
6
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much...
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
11
by: Grasshopper | last post by:
Hi, I am automating Access reports to PDF using PDF Writer 6.0. I've created a DTS package to run the reports and schedule a job to run this DTS package. If I PC Anywhere into the server on...
1
by: linuxnooby | last post by:
Hi I am trying to write a python script to run on windows xp that will have a full screen gui. The script has a function that creates a full screen (hides task bar) top level window using...
27
by: Wayne | last post by:
I've been clicking around Access 2007 Beta 2 and can't see the custom menu bar designer. Is it in the beta? Maybe I'm blind. The question that comes to mind is: Will custom menu bars be the same...
5
by: King | last post by:
Hi I have created a database where I made the forms appear full screen through courtesy of this group. But I have a problem when I click a command button for a report or a query. How do I make a...
9
by: prakashwadhwani | last post by:
Hi !! I'm about to develop a new project for a client. Should I go about it in Access 2003 or 2007 ? Purchasing it either for me or for my client is not a major consideration here ... what I'd...
5
by: Tony | last post by:
I am continuing to develop an Access 2007 application which was originally converted from Access 2003. In Access 2003 I was able to disable the Access Close button in the top righthand corner of...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.