Access have an option to compact the database
in the Tools > Database Utilities > Compact Database
this function erase the hided garbage that access acumulate
how can i perform this function with vb
Printable View
Access have an option to compact the database
in the Tools > Database Utilities > Compact Database
this function erase the hided garbage that access acumulate
how can i perform this function with vb
Look at helps to CompactDatabase Method
- Dj4