G Guest Oct 15, 2004 #1 How do yo convert KB to MB not sure on the spelling but having a hard time finding this one .
G Graham R Seach Oct 15, 2004 #2 Steve, Replace("KB", "K", "M") or Replace("kilobyte", "kilo", "mega") Just kidding! MB = 10^6 KB = 10^3 Therefore, MB = KB/1000 Regards, Graham R Seach Microsoft Access MVP Sydney, Australia Microsoft Access 2003 VBA Programmer's Reference http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html
Steve, Replace("KB", "K", "M") or Replace("kilobyte", "kilo", "mega") Just kidding! MB = 10^6 KB = 10^3 Therefore, MB = KB/1000 Regards, Graham R Seach Microsoft Access MVP Sydney, Australia Microsoft Access 2003 VBA Programmer's Reference http://www.wiley.com/WileyCDA/WileyTitle/productCd-0764559036.html