I want to add a new column to my query called order month that pulls the month out of a text string from another column in my table. For example in column PO# I have 12 ABCCHAMP and in the new column order_month I want it to pull December from the the numbers in front of the text. So if it is 7 ABCCHAMP then the order_month column would say July and so on. I am using the code MonthName([Asphalt]![PO#]) but I think I am missing something. Any suggestions? Thanks!