Hi,
I have a sub-form with a load event as follows:
Private Sub Form_Load()
testresults
DoCmd.GoToRecord , , acLast
DoCmd.GoToRecord , , acPrevious, 14
End Sub
This runs a complex query of data (in a public module) and loads the sub-form as a continuous form with the last fifteen records...