473,657 Members | 2,540 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Removing Access menubar/toolbars

14 New Member
I have a database that, when opened, I would like it to appear with no Access menubar / toolbars, at all. I don't want it to look like Access at all.
Can I do that? Thanks for the help, anybody?
Jan 25 '07 #1
4 3111
MMcCarthy
14,534 Recognized Expert Moderator MVP
I have a database that, when opened, I would like it to appear with no Access menubar / toolbars, at all. I don't want it to look like Access at all.
Can I do that? Thanks for the help, anybody?
The simple answer is no. An access database requires the Access application to run. The only option is to build an application in another environment like VB and connect to the database with odbc or something like that.
Jan 25 '07 #2
MMcCarthy
14,534 Recognized Expert Moderator MVP
However, you can remove the default menu and toolbars using the startup options and replace with a custom menu.
Jan 25 '07 #3
Nerry
14 New Member
Ok, thanks, i heard about the custom toolbar thing, so i'd try it and see how it works
Jan 26 '07 #4
missinglinq
3,532 Recognized Expert Specialist
I don't want it to look like Access at all.
To accomplish this you'll have to, in Design View, either size all your forms so that they take up the entire screen, or have one form that fills the screen and acts as a "background " for the other forms. This takes a bit of work, but it will give the "look" of a VB program. If your motive is for your client not to know that the db is an Access app, you have to remember what Mary's already said, that the client PC has to have Access present to run. Even if they already have a version of Access on board, not informing them that the database is Access- based could lead to problems down the road. They could, for instance, upgrade to a newer version of Access and start having compatibilty problems. We're already seeing this with versions 2003 & 2007. From an ethical point of view, if they're paying you to develop a database for them, they're entitled to know exactly what they're buying.
Jan 26 '07 #5

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

Similar topics

0
1212
by: Thorben | last post by:
Hello, the Menubar of my Visual Studio .Net installation is hidden. I only see the toolbars. In the customize dialog all toolbars are selectable. Only the menubar entry could not be selected (i hear a "ping" when i want select the entry). So i tried to edit the Registry (key: HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\General). Here you can Switch on/off the statusbar. How could I switch on the Menubar?
1
1943
by: Simon Lee | last post by:
Dear all, I write a following form in the html page and link to the webpage without scrollbar,menubar, with a fixed size as follow: ------------------------- <form name="formsearch" method="post" action="/update/search.php" target="new" onSubmit="return CheckForm2()"><input type="hidden" name="PHPSESSID" value="f7092b1e7077d992e854d60c797084f9" /> <div valign=center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b> <font size=1 ...
8
2506
by: Tim Marshall | last post by:
I have a problem in that users can't seem to access menu bars created by a developer in the admins group. Details are as follows: I'm following the MS Access Secirty FAQ version 2.41 and I can't seem to find an answer to the following problem in an A97 FE on a Oracle database (Pretty sure Oracle has nothing to do with this, but thought I'd mention it). My users are members of one of three groups (plus there is the admins group of...
1
2377
by: Filips Benoit | last post by:
Dear All, How can I hide menubars for all forms? Filip
1
1558
by: Richard Hollenbeck | last post by:
I'm building custom menubars for my application--a different one for each form. When I right-click on a menubar and select Customize and click on the toolbars tab, the menubar called "Menu Bar" can sometimes be unchecked and other times it can't. I'm wondering what determines when and why it sometimes prevents me from unchecking it. In my main form, the "Menu Bar" is unchecked but my custom menubar is checked. I also have my main form's...
0
1114
by: ray | last post by:
I have attempted to change a menubar settings so that users can do nothing to it: move it, close it etc. This occurred because Citrix users could pull the bar off the top of the screen, close it and then never be able to find it again, and we couldn't log in to fix it. We would change the menubar properties in the next release, but they couldn't take effect as these properties appear to be stored in the users registry settings. This...
0
965
by: Bower | last post by:
Hi, Im developing an access database that checks the users windows log in details then sets up diffrent toolbars depending on the username. Iv got the adding bit sorted. The problem is when you open the database the old toolbars from previous logins remain and the new ones are added aswell! Anyone know a way i can reset the toolbars to default whenever the first form loads?
1
1922
by: paul | last post by:
Hello, I am launching a webage with my url. Then in javascript I want to hide the toolbars and menubar. Is this possible after the page has launched. I know window.open() does this but because of the way our application is I have to do it once page has loaded. Thanks.
0
2209
by: Sky | last post by:
I have an Access 2003 front-end database with custom toolbars. The toolbars work fine. One annoying feature is that at the far right edge of each custom toolbar there a small dropdown arrow. When you hover over it with the mouse, a ControlTip Text of "Toolbar Options" is displayed. If you then click on the dropdrown arrow, it displays a popup menu of "Add or Remove Buttons", with a fly-out menu with the toolbar name at the top and...
0
8845
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8743
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8622
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7355
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6177
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5647
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4333
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2745
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.