Ms Access VBA Tutorial

MS Access Programming - MS Access VBA with Real-World Examples

Archives for Utitilities

26 Nov by admin in Utitilities

How to relink MS Access Tables

How to relink MS Access Tables
It is a Best Practice to split your MS Access File between a Front-End MS Access Application and a Back-End MS Access Database this is to make your Software Maintenance easier but this comes with a little price: if you work on multiple computers at work and at home while ...more»
19 Oct by admin in Utitilities

How to delete all tables programmatically

How to delete all tables programmatically
Let's say you have exported all your tables to another database and now want to delete them in current database. Unfortunately for security reason, Microsoft doesn't facilitate this task by allowing you to select all tables and delete them all at once: if done manually you have to do it ...more»