Please excuse my ignorance, am teaching myself vba whilst trying to construct a database.. my problem is that, in report code, I use a do while (not .eof) loop through a recordset based on a query - within this loop, a variable calculates the number of days for each row then loops to the next. I want this calculation to show in a text box on the report for each row (the other rows are shown on the report directly from the query control sources)
??
??