I have an access database, lets call it test.mdb with the following fields: requestor(text),school/area(text),jan(date/time),feb(date/time),mar(date/time), etc. The issue is that not all data will appear in all months so on the crystal side I created 12 different crystal reports and named it by the month of the year. Is it possible or practical to have just one crystal format and use a parameter to pull in the data based on the month chosen or is it best to do it the way I have. The only problem is I have to change all 12 formats if I need to add a new field. If I use a parameter is it best to make it a string parameter instead of a date/time parameter? If so, it means I must change the dates in the access table to a text.