MDB size dont change !!!

J

James_patageul

hello people,

i have a ACCESS DB with ~1350entry (so a little one)

i have remove a lot of the entry (i have let only 4 )

but the size was 3.88Mb and after this cleanup the size is 3.88Mb !! i dont
understand ! why it's the same size ?
how i can do the reduce the size ? thx a lot
 
D

Dirk Goldgar

James_patageul said:
hello people,

i have a ACCESS DB with ~1350entry (so a little one)

i have remove a lot of the entry (i have let only 4 )

but the size was 3.88Mb and after this cleanup the size is 3.88Mb !!
i dont understand ! why it's the same size ?
how i can do the reduce the size ? thx a lot

Space for deleted records and tables isn't recovered until you compact
the database, using menu item Tools -> Database Utilities -> Compact and
Repair Database...
 
Top