guys found this on stackoverflow it works (js shows on starting) File->Options->Current Database Uncheck “Display document tabs” Choose Tabbed Documents. In above also un-check Display navigation Pane. To hide the ribbon, execute this ONE line of VBA in your startup: DoCmd.ShowToolbar "Ribbon", acToolbarNo Make sure the form(s) are not dialog, and make sure they are not popup forms. To go back into “development” mode, you exit the database and then re-launch holding down the shift key - that will by-pass all of the above and allow you to develop. stackoverflow.com/questions/39064086/ms-access-2013-to-show-only-startup-form-and-nothing-else
This does not convert an Access DB to an exe. What it does is make the DB installable with an exe instead of copying the DB files manually. The Access DB file (Accdb) is still and Acess DB (Accdb) when you're done. Heading of the video is misleading thus 175,000 views.
I did as the author instructed and when I tried it on a computer without MS Office, it wouldn't work. So what's the point making an exe file, installing it and not being able to use it without MS Accsess???
All it did was to place the same original ACCDE file in a folder. What is the point? WE need to compile it into EXE file so it can run without MS Access installed. Is there a tutorial for that?
+Faruk Ozturkmen So frustrating. This tutorial lets you create an executable (in a fancy way), but ultimately when you open the EXE, Access also opens in the background. Did you figure out another method?
I don't see the point of: 1. Create the MS Access database 2. Save it as ACCDE compiled format 3. Make an installation script executable file with an additional third party program 4. Install the executable script 5. End up with the same ACCDE MS Access compiled database! If another person runs the executable script, will that person needs to have MS Access installed on their environment to be able to run the MS Access ACCDE application? If yes, then this is absolutely rubbish. Why not giving out the ACCDE database file directly? Absolutely useless... Unless I missed anything.
Thank you for the effort, but it does not really creates an .Exe file. it just create an script to install the ACCDB file and uninstall, that installer IS an Exe file, but the access file is still a binary Accdb file that can be executed without this Setup. Any way, thank you, the setup creator, makes the deployment easy, just a note. if you happen to have an Spitted DB, be careful, it will only install the Front end, you may have to create a second Setup to deploy the Back end.
I do not see the point of this! The .accde file cannot be edited. Your .EXE file still requires MSAccess to be installed so why not use MSAccess Runtime, which is free?
I tip my hat to all of you that actually followed this tutorial with the effen background music which I found more distracting than I could handle. I dont know why authors think they need to do this, it is of no help at all and in this case it was totally disruptive.
Thanks, sir, but I have a question, after installing the database could anyone else copy the file and uses it in another computer? I have a database I wanna sell it but I hesitate someone else sells my database I don't want anyone to copy my database.
You need a distribution (developer) addition of Access to extract as an .exe. I think all this does is compile the code so it can't be altered. It still requires Access to open it. The headline is misleading - and the the guy should alter this.
This is still misleading people after all these years. You can't convert an Access file to an exe we all know as a normal program. An ACCDE file is an execute-only database but it still needs Access or Access runtime. All Inno does is to create an installer that can be used to install an Access front end database to multiple computers, dealing with folder locations, shortcuts, registry entries etc. But, it is still installs Access file, whether that is an ACCDB or an ACCDE file. Inno is an invaluable tool for distributing Access developed systems to clients. Likewise, installing in the Program Files folder will always cause issues as users only have read only access to that folder (as of Vista/Windows 7), whereas Access requires read/write access to its files when it opens them. Accepted locations are generally 1) a folder on the root of C: drive, the user's Documents folder or in C:\Users\\AppData\Roaming\\
I am a fan of ACCESS but based on my knowledge MS access is not a STAND ALONE Program Unlike VB. You must have MS Access Installed on your PC/Laptops in order to run the Program.
السلام عليكم ورحمة الله وبركاته أختي العزيزة ، أنت لا تغير قاعدة البيانات الخاصة بك في البرنامج ، إنها مجرد تغيير قاعدة البيانات الخاصة بك لتثبيتها والتي كنت تستخدمها أيضًا في Microsoft Access. ظهر ملف الوصول نفسه في جميع البرامج الموجودة في الكمبيوتر. لا يوجد تغيير يتدفق سلامتی، رحمت اور خدا کی رحمت پیاری بینا، آپ اپنے ڈیٹابیس کو سافٹوئیر مین تبدیل نہیں کر رہی ہو، یہ صرف آپکے ڈیٹا بیس کو کو انسٹال کرنے میں تبدیل کر رہا ہے جو کہ آپ مائیکرمائیکروسافٹ ایکسس میں بھی استعمال کر رہی تھی۔ وہی ایکسس فائل کمپیوٹر میں آل پروگرامز مین آگئی ہے۔۔ کوئی تبدیلی نہیں ہے بہنا
Well, this might be because all the macros are disabled... Go to Options > Trust Center > Trust Center Settings and change your required settings.. hope that helps.
Not sure if this issue has been brought up. If you save a project as .accde and there is VBA source code it will not run that code. It only runs code you build in the macro builder. Nice video still!
NO... man. We can see that you try to help. But... only in one or two cases... people will understand WHAT you are doing ! That is because: 1- the speed you use to change from a place to another... confuses all (we can't see most of your moves). 2- some files or folders used in the process... well... are they previous to the process ? Are they result from another program ? 3- put yourself in the others' shoes... You are doing something "weird" for those who don't know what's going on ! Remember that ! 4- THE license... what a MISTERY ! Are you expecting... we will guess... where to find it ? Come on... A simple and effective sugestion: - Write in a NotePad sheet, ALL the steps, we get to follow, in the process (with the reference to all programs and files to be used). - Let it be seen in the video, for 10 seconds (enough time for us to take our notes, and execute them). - Ask a friend of yours... to follow that NotePad sheet ! IF... he will do everything right (following your NotePad sheet)... well... your work here is successful. This way (actual video)... it won't work ! Anyway... thanks for your sharing !
shut, i can't see it more, authentic trash, but a good trash, don´t worry if you are reading this, don't see this video, is nothing about .exe , thankyou
Allah Kry Ap 10000000000000 sal jiaye. Ameen.
Sir, you have solved my huge problem today. Once again thanks.
guys found this on stackoverflow
it works (js shows on starting)
File->Options->Current Database
Uncheck “Display document tabs” Choose Tabbed Documents.
In above also un-check Display navigation Pane.
To hide the ribbon, execute this ONE line of VBA in your startup:
DoCmd.ShowToolbar "Ribbon", acToolbarNo
Make sure the form(s) are not dialog, and make sure they are not popup forms.
To go back into “development” mode, you exit the database and then re-launch holding down the shift key - that will by-pass all of the above and allow you to develop.
stackoverflow.com/questions/39064086/ms-access-2013-to-show-only-startup-form-and-nothing-else
This does not convert an Access DB to an exe. What it does is make the DB installable with an exe instead of copying the DB files manually. The Access DB file (Accdb) is still and Acess DB (Accdb) when you're done. Heading of the video is misleading thus 175,000 views.
I did as the author instructed and when I tried it on a computer without MS Office, it wouldn't work. So what's the point making an exe file, installing it and not being able to use it without MS Accsess???
All it did was to place the same original ACCDE file in a folder. What is the point? WE need to compile it into EXE file so it can run without MS Access installed. Is there a tutorial for that?
+Faruk Ozturkmen So frustrating. This tutorial lets you create an executable (in a fancy way), but ultimately when you open the EXE, Access also opens in the background. Did you figure out another method?
I don't see the point of:
1. Create the MS Access database
2. Save it as ACCDE compiled format
3. Make an installation script executable file with an additional third party program
4. Install the executable script
5. End up with the same ACCDE MS Access compiled database!
If another person runs the executable script, will that person needs to have MS Access installed on their environment to be able to run the MS Access ACCDE application? If yes, then this is absolutely rubbish. Why not giving out the ACCDE database file directly?
Absolutely useless... Unless I missed anything.
Thank you for the effort, but it does not really creates an .Exe file. it just create an script to install the ACCDB file and uninstall, that installer IS an Exe file, but the access file is still a binary Accdb file that can be executed without this Setup.
Any way, thank you, the setup creator, makes the deployment easy, just a note. if you happen to have an Spitted DB, be careful, it will only install the Front end, you may have to create a second Setup to deploy the Back end.
yes i will try bro plz tell me the correct process its important for me
I do not see the point of this!
The .accde file cannot be edited.
Your .EXE file still requires MSAccess to be installed so why not use MSAccess Runtime, which is free?
السلام عليكم ... شنو الفائده من التحويل الى
exe
مدام راح يفتح المايكورسوفت اكسس بكل الاحوال ؟؟؟
I tip my hat to all of you that actually followed this tutorial with the effen background music which I found more distracting than I could handle. I dont know why authors think they need to do this, it is of no help at all and in this case it was totally disruptive.
thanks for replying but where do i do it? in access? do i do t in the main access file or the exe file?
Silly question, it is still neccessary to have access installed, ins't it? will it run if having runtime installed instead? thanks
Thanks, sir, but I have a question, after installing the database could anyone else copy the file and uses it in another computer? I have a database I wanna sell it but I hesitate someone else sells my database I don't want anyone to copy my database.
hi i like to know the front end that u've made that has all the buttons "add new student" & "edit already existing students", is it made in access?
will the data be centralized if i install the setup in many computers?
Very nice. It made life a little more easy.
One thing,
my database opens in read-only mode. Can i change this?
yes u can just change the format of the file
Jad Jurdy How so?
You need a distribution (developer) addition of Access to extract as an .exe. I think all this does is compile the code so it can't be altered. It still requires Access to open it. The headline is misleading - and the the guy should alter this.
disculpa puedo crear el .exe sin usar necesidad de crear la licencia?
It me does not work, always it indicates me that the file being used this one by another process.
well, open access file menu, and click options... From there select Trust center, and alter your settings... you will hav to do this b4 conversion...
can this be edited?
Its done but I found notifications database read only....
This process when done it gives you security warning in ms access 2010 that the accde file can damage your computer can you tell why
there is no tutorial anywhere, just a dumb looooooong video, so, how could we compile it in EXE?
Inno Setup Compiler just compile installers :) hahahahahhaahha
Why you don't explain you steps with out this music we don't need to listen this song now
onde fica armazenada a senha do facebook no LG
This is still misleading people after all these years. You can't convert an Access file to an exe we all know as a normal program. An ACCDE file is an execute-only database but it still needs Access or Access runtime. All Inno does is to create an installer that can be used to install an Access front end database to multiple computers, dealing with folder locations, shortcuts, registry entries etc. But, it is still installs Access file, whether that is an ACCDB or an ACCDE file. Inno is an invaluable tool for distributing Access developed systems to clients.
Likewise, installing in the Program Files folder will always cause issues as users only have read only access to that folder (as of Vista/Windows 7), whereas Access requires read/write access to its files when it opens them. Accepted locations are generally 1) a folder on the root of C: drive, the user's Documents folder or in C:\Users\\AppData\Roaming\\
File download ?
onde fica armazenada a senha do facebook em databases
Hey, the convertion was succesfull but the macro and VBA codes doesnt seem to work. The buttons doesnt work at all :( any help?
I am a fan of ACCESS but based on my knowledge MS access is not a STAND ALONE Program Unlike VB. You must have MS Access Installed on your PC/Laptops in order to run the Program.
السلام عليكم ورحمة الله وبركاته
لقد عمل الخطوات الموضحة لكنه لم يعمل ...تظهر ايقونه تعذر التحويل
اذا امكن التوضيح
السلام عليكم ورحمة الله وبركاته
أختي العزيزة ، أنت لا تغير قاعدة البيانات الخاصة بك في البرنامج ، إنها مجرد تغيير قاعدة البيانات الخاصة بك لتثبيتها والتي كنت تستخدمها أيضًا في Microsoft Access. ظهر ملف الوصول نفسه في جميع البرامج الموجودة في الكمبيوتر. لا يوجد تغيير يتدفق
سلامتی، رحمت اور خدا کی رحمت
پیاری بینا، آپ اپنے ڈیٹابیس کو سافٹوئیر مین تبدیل نہیں کر رہی ہو، یہ صرف آپکے ڈیٹا بیس کو کو انسٹال کرنے میں تبدیل کر رہا ہے جو کہ آپ مائیکرمائیکروسافٹ ایکسس میں بھی استعمال کر رہی تھی۔ وہی ایکسس فائل کمپیوٹر میں آل پروگرامز مین آگئی ہے۔۔ کوئی تبدیلی نہیں ہے بہنا
can someone show how to create logon table and form using Access
thank you baraka allaho fik
is this a music video or what?
how to get the licence.txt
thanks man :) I will need this program it's very help \º/
Well, this might be because all the macros are disabled...
Go to Options > Trust Center > Trust Center Settings
and change your required settings.. hope that helps.
Thank you soooo much it 's very help
No crea ejecutables solo crea un instalador del accde no de un .exe. no pierdan el tiempo en el video
Thank you ... very clear
yeah i did it, still the buttons dont work, but thanks anyway, i cant be bothered anymore with this database of mine..lol
merci beaucoup frere pour ce video ;)
Access form drop down
stupid music, annoying
Thanks, it looks good!
bueno esa música me trae recuerdos, alguien me dice como se llama
Not sure if this issue has been brought up. If you save a project as .accde and there is VBA source code it will not run that code. It only runs code you build in the macro builder. Nice video still!
fail
thats the same thing as you would rename the accdb to accdr.
Thanks a lot..................... ♥ :)
lol .. like for the soundstracks
Disgusting vdo.
Everything is same to same . No exe is created. Purpose not solved.
merci
NO... man.
We can see that you try to help.
But... only in one or two cases... people will understand WHAT you are doing !
That is because:
1- the speed you use to change from a place to another... confuses all (we can't see most of your moves).
2- some files or folders used in the process... well... are they previous to the process ? Are they result from another program ?
3- put yourself in the others' shoes... You are doing something "weird" for those who don't know what's going on ! Remember that !
4- THE license... what a MISTERY ! Are you expecting... we will guess... where to find it ?
Come on...
A simple and effective sugestion:
- Write in a NotePad sheet, ALL the steps, we get to follow, in the process (with the reference to all programs and files to be used).
- Let it be seen in the video, for 10 seconds (enough time for us to take our notes, and execute them).
- Ask a friend of yours... to follow that NotePad sheet ! IF... he will do everything right (following your NotePad sheet)... well... your work here is successful.
This way (actual video)... it won't work !
Anyway... thanks for your sharing !
thank you very match
Thank You ALOT!!!!
mama´s thesis?!
awesome..!!
shut, i can't see it more, authentic trash, but a good trash, don´t worry
if you are reading this, don't see this video, is nothing about .exe , thankyou
That's true!
WTF.........
THAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAANK YOU ALOOT!!!!!!1
BRO
quá tuyệt
thanks
THANKS