I have a report that runs fine on my computer but when I run the executable on another computer it changes the format of my date formula. For example, I have a formula that calculates the month name and year of the report using the date they input for a parameter. On my report the result looks like this: July 2003 on the executable it produced this result : July 2,003.00. It's reading the Year as a number. How can I change my report so when I run the executable it will look the same?