Bokazoit,
It is possible to convert your database to an executable file but it won't have the exe extension. Access has a tool, under its tools menu, that allows you to compile and package your db but it will have the mde extension.
This means that you will still need to have installed Access...
Thanks for the fast response Edski,
I read about the property in the help file but I still can't get it to work. I have an AutoExec macro that launches a function called StartUp that disable the AllowBypassKey. One thing I have notice is that my database is not secure. Do you think this might...
Alright,
I have an AutoExec macro that runs a function that disable the AllowBypassKey but it doesn't work.
Am I placing the function in the right place.
V.
Hi happy programmers,
I have been trying to convert my database to a MDE. The problem is that if I go into the option to disable menus and toolbar and then change my mind, I can't go back to change the menu options because I already disable the menus.
So, my question is;
How can I just make my...
Hi happy programmers !!
I have a very intriguing problem with access. I think I have tried any possible variation but perhaps you might have an additional one.
Here is the problem. I have a subform inside a parent form. On the parent form I have a button that opens a form in which you can add...
Hi everybody,
I have worked very hard to finish a database and now is time to show it to the world. I was wondering how can I protect my work and where should I upload it to make it accesible (download.com, etc. Any other examples)
Thanks in advance,
V.
Thanks for your prompt response. I figured out a way to do it with multiple unions (onions, like that french soup !). Here is the solution;
SELECT '(All)' as phgroup FROM [tbl phones]
UNION
SELECT '(Personal)' as phgroup FROM [tbl phones]
UNION
SELECT PhGroup as phgroup FROM [tbl phones]...
Hey SQL eXperts
Hello and good Monday, I mean morning.
Here is my proble. I'm trying to add to values to a sql query by using UNION. For example
SELECT '(All)', '(Personal)' as bogus from [tbl phones]
UNION
SELECT * FROM [tbl phones]
It doesn't work. I know how to do this with just one...
Hi happy programmers,
After long hours of programming and form creation. I'm almost done with the debugging of my database. Now, I would like to get some feedback from potential users. Is there any book or guidelines online about how to call, what to do, do I submit my software to download.com...
Hi happy programmers,
I have just updated to Access 2003 and tried to relink my DAP to the replicated database. first, I thought it might have been something easy. I just browse through my files and find the replicated database. Then, just reflesh the connection and voila !!
Unfortunately, when...
Hi happy programmers,
I have a combo box which is hyperlink. On ewith a website the other one with an email. If I click on any of them a toolbar (hyperlink toolbar) pops up and nothing happens. How can I disable this feature and have my email program or web browser launch instead?
Thanks in...
Rick,
Thanks for your prompt answer.
Here is what I'm trying,
DoCmd.OpenForm "frm about", acNormal
frm about is a form inside my reference mdb file. I still get;
The form named "frm about" is mispelled or refers to a form that doesn't exist.
Am I missing something?
V.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.