I am making an inventory system. I need to make backup of database file which is ms access database file. I need to make backup frequently so that data could be preserved. Please give me some information on how will I make backup and also guide me to where to store it as backup file.
Thanks in anticipation.
I am making an inventory system. I need to make backup of database file
Share
Backing up an Access databse is just making a copy of its .mdb file (and I suggest you store more than one copy – for example 10 last copies). Usual filesystem functions should work. As to where store the backups… it’s up to you. How would we know?