Hi all, thanks for reading. Ill do my best to explain.
We use our database to manage assets, one of which is I have a cashflow that shows all income and all expenses as columns across the top.
One of the columns is month number, which numbers (up to 60) the rows, for payments to be entered.
These are just numbers however, and I was looking for a way to get the name of the month to actually show instead of the number. The field is called MonthNumber, and I used the formula =MonthName(MonthNumber]) in an unbound cell, which does correctly change the number to the name of the month. However when it gets to 13, the unbound field yeilds an error, obviously because there is no 13th month. How do i fix this for records 13-60?
Thanks for the help.