josephbupe
Registered User.
- Local time
- Tomorrow, 01:37
- Joined
- Jan 31, 2008
- Messages
- 247
Hi,
I still can't do much alone with ms access coding. I use many samples posted here, thanx to UA members.
Something am working on is a database for law enforcement where i work and noticed that there's need for the treeview control to filter records in the subform frmPersonsSub based on Offence category (which is the parent node) and/or the offence name (child note).
The sample attached works only with MS Access 2007 and probably higher. This is so because the frmPersonsSub has a unbound textbox and code that allows viewing images in a continuous form mode. For that reason I could not set record source of the subform to a query because that tempered with viewing images in a continuous form mode.
What i want is to be able to filter the subform frmPersonsSub to show only persons related to the selected offence category (parent node) and/or offence name (child note).
Kindly help me with this.
Joseph
I still can't do much alone with ms access coding. I use many samples posted here, thanx to UA members.
Something am working on is a database for law enforcement where i work and noticed that there's need for the treeview control to filter records in the subform frmPersonsSub based on Offence category (which is the parent node) and/or the offence name (child note).
The sample attached works only with MS Access 2007 and probably higher. This is so because the frmPersonsSub has a unbound textbox and code that allows viewing images in a continuous form mode. For that reason I could not set record source of the subform to a query because that tempered with viewing images in a continuous form mode.
What i want is to be able to filter the subform frmPersonsSub to show only persons related to the selected offence category (parent node) and/or offence name (child note).
Kindly help me with this.
Joseph