Intercept form's navigation events?

C

Craig Buchanan

Is there a way to use a form's navigation buttons if the form isn't bound to
a query or recordset? i'd like to use the button to navigate thru a
collection of custom objects.

thanks,

Craig Buchanan
 
D

Dirk Goldgar

Craig Buchanan said:
Is there a way to use a form's navigation buttons if the form isn't
bound to a query or recordset? i'd like to use the button to
navigate thru a collection of custom objects.

No, you'll have to create your own buttons.
 
Top