I am having trouble converting a date field. Basically, I am trying to convert a date field called ship date and be able to separate the month and year into two new fields using the month and year functions. The problem is the data format is new to me because the system that generates the date formats it as (CYYMMDD). So for example, a ship transaction with a date of 8/6/01 will come in as 1010806. This is something I've never encountered before and tried different sorts of functions for it to work. I am new to VB/VBA and still trying to learn can you help?