G
Guest
I have an Access 2000 application that I'm building. I need subforms to show or not show based upon the value(s) of controls on the main application form. I've got it working when I load the main form; however, I need to be able to trap the underlying recordset's move events (MoveFirst, MovePrevious, MoveNext, MoveLast) so I can have the subforms showing or not showing correctly when I scroll through the records. How do I access the events from the Access IDE? This is a trivial thing to do in ADO and ADO.NET; but, I'm having trouble doing it in Access. Thanks in advance for any guidance/help rendered.