R RzB Aug 26, 2005 #1 Is there a simple way to get the application mdb or mde size in VBA ? Thanks, Roy
F fredg Aug 26, 2005 #2 Is there a simple way to get the application mdb or mde size in VBA ? Thanks, Roy Click to expand... MsgBox FileLen(CurrentDb.Name)
Is there a simple way to get the application mdb or mde size in VBA ? Thanks, Roy Click to expand... MsgBox FileLen(CurrentDb.Name)