just to clarify, this is the query that calculates all the data from which the form does a 'dlookup' for the calculated values:
SELECT [RAP Courses].[COURSE ID], [RAP Courses].[CAS HEADER ID], [RAP Courses].START, ([START]+([DURATION]*7)) AS [END], [RAP Courses].LOCATION, [RAP...