Thank you for making excellent MS Access tutorials. I added this backup code to my database, and it works great!!! Would you be able to demonstrate how to write the code to backup the database to a USB storage device and also how to resolve an error when there is no USB storage device installed, prompting the user to install a USB storage device? Again, thank you for all your MS Access video tutorials, you are an excellent instructor!!
@paulskelton8799 Жыл бұрын
Well explained and effective. Access will be around for a while yet I think! Many thanks for sharing your knowledge
@pathtolightbd Жыл бұрын
Another great tutorial as always! Could you pls consider creating a video tutorial on kicking all users out automatically before the "Module" is executed to ensure that the Database is not in use by anyone when the backup is created.
@Asterix345183 жыл бұрын
Thanks very much. That was a very good and detailed explanation on how to back up a file in Acces.
@Andika-vt4wh Жыл бұрын
Bagus sekali Bro saya sudah menerapkannya. Salam kenal saya dari Indonesia lanjutkan videonya Saya menunggu
@luismerida52103 жыл бұрын
I think yuo are a good teache!!!!. See you another time, thank you very much.
@pathtolightbd Жыл бұрын
Would greatly appreciate if you could also consider creating a video on compacting the backend database automatically and kicking all users out before the Compact&Repair Module runs to avoid possible data corruption in the process.
@practice-me2 жыл бұрын
May I have a question, If access file still used, we can do these backup function. ?
@nigelkey81572 жыл бұрын
Great tutorial - thank you. The laccdb file stays open any way to resolve this ?
@chrisj2792 жыл бұрын
I've got this code done exactly like in the video, but am getting a "Compile Error: Expected variable or procedure, not module" every time i try to run it. Its like Access can't find it, even though it appears as a module in my database . I tried using the "Runcode" function under the macro builder, which someone suggested online and it says "The expression you entered has a function name that Microsoft Access can't find. Any ideas?
@igormalinkov41282 жыл бұрын
Thanks a lot.
@medoAlshehri19903 жыл бұрын
Thank you so much that was really helpful
@heangkimhay17533 жыл бұрын
Thank you so much for very useful code for current DB back up. It’s very appreciated if you could share the code for others DB (for example back up the link table of other DB) back up. Again thank you so much for this video.
@jamesrequilme3 жыл бұрын
Hi, how to change the source as backend database to backup. At the video, Source=CurretnDb.Name, however I want to backup only the backend file. Many thanks in advance!
@austin724063 жыл бұрын
check out my new video here: kzbin.info/www/bejne/eXjFnGSEmp6NoNk
@rajuthivagar60423 жыл бұрын
Hi can you share how to create stock in and stock out in inventory system
@Thanogr13 жыл бұрын
You should create a course at UDEMY
@kefahnaman80703 жыл бұрын
There were some problems with me .. when I applied the vba code ..yellow line at: a=objFSO.copyfile (source, target ,true) What is the problem ? I use Microsoft office 2016 and Win 10
@jakobking1232 жыл бұрын
I had the same problem, it occurs because you cant copy a file that is currently running. When you implement a function in the "On Load" Event, your Databse was already executed and is running, so it wont let you copy this opened file. Maybe check that first and try to copy any other file, if this works this is the same error I get.
@homesafe86323 жыл бұрын
That's very useful 👍
@ahsansolangi483 жыл бұрын
I face error 429 ActiveX component can not create object please help.