im have issues with printing a report from a table or form. the form has a expression in next epr to show a date 11 mths from the current epr date when i try a do a report the name just show but no date
Might I also strongly suggest that before you progress too much (any) further with this project that you read up on and become familiar with the concept of Data Normalisation. Once you have done that you will realise that your current arrangement is far from normalised and is only going to lead you into a world of hurt.
You might also like to consider implementing a naming protocol for your database objects, something along the lines of TBL_TableName, FRM_FormName, QRY_QueryName, RPT_ReportName, avoid using spaces (which you are already doing ) and other special charters, and limit your self to alpha and numeric charters and the underscore. Your current arrangement with a table a form and a report all name Tracker, is once again leading you toward a very dark place. Consider that when you start to write code and you refer to the object Tracker, Which of the the identically named objects will you be referring to
Just to clarify my previous post and to reiterate HiTechCoach's point, the code I gave should go in the Control Source for Next EPR on either (both) your Report and/or Form.