I have a data entry form with several controls and at any point in the entry process, a report may be needed to be printed which shows the data which has been entered so far.
At the moment, for each seperate control I have the "me.refresh" event on After Update so this means that whatever control is being manipulated, it will always be updated and so appear on the report.
Is this the best method, or is there another way of making sure that once data has been entered it will always appear on the report instantly.