FuzMic
DataBase Tinker
- Local time
- Today, 22:48
- Joined
- Sep 13, 2006
- Messages
- 744
Friends
I have a List.Box side-by-side a single form. The Row.Source of the List.Box and the record.source of the single.form SELECTS from the same table. This way user can see all the possible records underneath the exposed single.form.
By a simple event, eg Double.Click on the the selected item on the List.box, msAccess cam picks up its details which i can THEN use to find the same record underneath the single.form. This my way of synchronizing the list.Box with the single form.
My problem is i don't know how do vice versa. What i hope is whenever the single/form change / arrive at a new record, the list.box points to the same record. I WAS tinkering with recordsets but get no where.
Appreciate some help from my gurus.
I have a List.Box side-by-side a single form. The Row.Source of the List.Box and the record.source of the single.form SELECTS from the same table. This way user can see all the possible records underneath the exposed single.form.
By a simple event, eg Double.Click on the the selected item on the List.box, msAccess cam picks up its details which i can THEN use to find the same record underneath the single.form. This my way of synchronizing the list.Box with the single form.
My problem is i don't know how do vice versa. What i hope is whenever the single/form change / arrive at a new record, the list.box points to the same record. I WAS tinkering with recordsets but get no where.
Appreciate some help from my gurus.