Understood. I apologize. The database is pulling from a .PRN doc with the following code.
If stEMPNO > "000000" and stEmpNo < "999999" then
stWeekEnding = Mid(stRecord, 141, 10)
stCode = Mid(stRecord, 191, 10)
stHours = Min(stRecord, 84, 6)
Ok. So I understand the first...