The company i work for uses the as400 and for one of the tables im using the data for dates is set as a number and in format century/yy/mm/dd. I have no idea why they included the century honestly but when I link the table in access I obviously have to use that format to pull certain dates. Well I need to use Month: Format([DATE],"mm/yy") in my date field which will break everything down by month. Unfortunately i can't do that with the date formatted the way it is. I want to convert the dates from numbers to text and i know i need to make a Make Table and then under the properties of that table I can edit that column to text but how do I remove the century? Any help on this would be greatly appreciated.