I have created a report that displays the Current Month and Current Year at the top using the following code -:
=MonthName(Month(Date())) & " " & (Year(Date()))
This works fine on my machine, and if I put it on the server and run the report it works fine, however if the other 2 users who need to access the report run from either their machine or the server, then they are prompted to enter a date themselves and the report doesnt load, instead it displays Error at the top where the month and year should be. Can anyone help? Is this down to a setting on their versions of Access or something to do with the system time??
Regards
Andy
=MonthName(Month(Date())) & " " & (Year(Date()))
This works fine on my machine, and if I put it on the server and run the report it works fine, however if the other 2 users who need to access the report run from either their machine or the server, then they are prompted to enter a date themselves and the report doesnt load, instead it displays Error at the top where the month and year should be. Can anyone help? Is this down to a setting on their versions of Access or something to do with the system time??
Regards
Andy