I have a problem, I opened my database, making changes and closing in Access 2007 at home, I have re-opened in its original Access 2003 (XP) version. I did not ask me to convert but when I attempt some VBA now it states the following error;
This is the VBA code in question and it worked before;
Any help would be appreciated as I have come to a dead end.
Code:
Run-time error 2455:
You entered an expression that has an invalid reference to the property Form/Report
This is the VBA code in question and it worked before;
Code:
JanH = [Forms]![Main]![MainSub1Jan]![TotalHoliday]
Any help would be appreciated as I have come to a dead end.