Jun 14, 2001 #1 Dodge IS-IT--Management Jun 14, 2001 25 US Help...I'm trying to get a label to show the .mdb file size. Any suggestions? Thanks
Jun 14, 2001 #2 DougP MIS Dec 13, 1999 5,985 US Dim lFileSize As Long lFileSize = FileLen("C:\filename.xxx" Me!label1.caption = lFileSize DougP, MCP Visit my WEB site http://www.barcodeone.com to see how Bar-codes can help you be more productive Upvote 0 Downvote
Dim lFileSize As Long lFileSize = FileLen("C:\filename.xxx" Me!label1.caption = lFileSize DougP, MCP Visit my WEB site http://www.barcodeone.com to see how Bar-codes can help you be more productive
Jun 14, 2001 Thread starter #3 Dodge IS-IT--Management Jun 14, 2001 25 US Well, that was easy enough huh. Thanks for the help DougP Upvote 0 Downvote