PDA

Click to See Complete Forum and Search --> : Compact Database with vb


Antonio Begue
Dec 30th, 1999, 11:30 AM
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

dj4
Dec 30th, 1999, 11:57 AM
Look at helps to CompactDatabase Method

- Dj4