The FileLen function will give you the size of the file in bytes. However,
as it says in the Help file "If the specified file is open when the FileLen
function is called, the value returned represents the size of the file
immediately before it was opened."

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> How do I determine from code the size of the current MS Access file?
Charles Tam - 30 Mar 2005 01:17 GMT
Is it possible get the current file size from the Windows Explorer? If so, how?
> The FileLen function will give you the size of the file in bytes. However,
> as it says in the Help file "If the specified file is open when the FileLen
> function is called, the value returned represents the size of the file
> immediately before it was opened."
>
> > How do I determine from code the size of the current MS Access file?