E e2cheng Registered User. Local time Today, 16:46 Joined Dec 13, 2002 Messages 72 Mar 24, 2003 #1 Hi I'm wondering how i check the size of my database in the immediate window Thanx in advance, Eric
The_Doc_Man Immoderate Moderator Staff member Local time Today, 14:46 Joined Feb 28, 2001 Messages 30,406 Mar 24, 2003 #2 Perhaps Code: Debug.Print FileLen(CurrentDB.Name) But read the Help file topic on the FileLen function before you trust this number completely. Don't forget that this doesn't take into account whether the file in question has slack space internally because of having not recently been compressed.
Perhaps Code: Debug.Print FileLen(CurrentDB.Name) But read the Help file topic on the FileLen function before you trust this number completely. Don't forget that this doesn't take into account whether the file in question has slack space internally because of having not recently been compressed.