Atomic Shrimp
Humanoid lifeform
- Local time
- Today, 16:41
- Joined
- Jun 16, 2000
- Messages
- 1,954
I've got a form that has a subform showing selected records in a sub-table (the records relate to the record shown in the main table/form).
What I'd like is to be able to click the subform and have it open a new form which would show all related records from the sub-table; this I can do, except for the clicking bit; subforms have no OnClick event and I can't superimpose a transparent button, as it won't let me put the subform behind any other object.
Any suggestions (at the moment, I'm thinking i'll have to put a button below the subform, but I would rather not)
What I'd like is to be able to click the subform and have it open a new form which would show all related records from the sub-table; this I can do, except for the clicking bit; subforms have no OnClick event and I can't superimpose a transparent button, as it won't let me put the subform behind any other object.
Any suggestions (at the moment, I'm thinking i'll have to put a button below the subform, but I would rather not)