So for those who TL
R'd that last post. 1 character = 1 byte. 1 Kilobyte contains 1024 Bytes. So to get the equation you get the Number of Chars in a record, times it by 1000 (due to there being 1000 records). That gets your the size in Bytes, to get it in Kilobytes, you divide by 1024
Overall Equation (No. Chars in record) x 1000 divide by 1024