Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Event triggered when a subdatasheet's expand indicator is clicked?

Status
Not open for further replies.

rpochoda

Technical User
Dec 5, 2004
34
US
I have a form which contains a subform in datasheet view. This datasheet has a subdatasheet. When the form opens, the parent datasheet appears in expanded display (by Access design). Any of the subdatasheets is expanded by clicking on the appropriate expand indicator on the left in the parent. The user can expand the subdatasheet for any record in the parent, whether or not it's the current record.

I have code that needs to run when a subdatasheet is expanded. The OnEnter event is triggered when the subdatasheet associated with the current record in the parent is expanded, but there does not seem to be any event associated with expanding any of the other subdatasheets. Any ideas how I can handle this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top