Hmm, you shouldn't develop using live data. It's recommended to have three versions of your db: dev, test, and live.
You make changes in the dev version, give it to users for testing, and then send it to production after fixing all the broken parts.
Hi guys,
I need to get back to those three Databases subject for a little.
Can someone give me a little inside of how you develop?
I started with a fresh slate as there where some issues with my old DB. "TableStructure" and some other issues I was not happy with.
However I created following FolderPath:
"C:\Users\Albert\Documents\AJL\Dev
another C:\Users\Albert\Documents\AJL\Test
and another C:\Users\Albert\Documents\AJL\Live
On the Dev Folder I got "AJL_BackEnd.accdb" and "AJL_FrontEnd.accdb" which is linked to the corresponding BackEnd in that Directory.
So how do you use your Folder Structure and when do you work with what file?
Sounds pretty silly I guess but as I said it is new for me and would just like to know how you work with it?
1. Do you have for each Folder a Front End and a Back End file?
2. When do you switch from Dev to Test and Production?
3. When you are in Development Stage do you stay on that Front End file and then create backups for BackEnd and FrontEnd.
but do you just keep the one from the Development.
For example I develop with my Front End .. "C....\Dev\AJL_FrontEnd.accedb."
then I create backups in a seperate Folder called "C:\Users\Albert\Documents\AJL\BackUp
where I save all Backups rigth?
Is this right so far?
And how you continue?
Do you have for each Stage seperate FrontEnd and BackEnd files?
Cheers
Sorry for beeing a bit blond