noboffinme
Registered User.
- Local time
- Tomorrow, 06:42
- Joined
- Nov 28, 2007
- Messages
- 288
Hi
I have a form (frm_main) with an autonumber field called 'ID' & a Combo Box called 'cbo_chosen'.
It (frm_main) has a subform (sfm_others) containing a Checkbox & a text field (txt_others) - 'txt_others' contains various names.
The user will go to the subform & check various checkboxes against the names.
I want a command button on the (frm_main) form to filter the subform & only populate what's been selected into the 'cbo_chosen' Combo Box.
As I scroll through the records on the 'frm_main' the selections need to stay as chosen for each record.
Does anyone have any known examples, have tried to make an example but can't create anything useful to upload, Thanks
I have a form (frm_main) with an autonumber field called 'ID' & a Combo Box called 'cbo_chosen'.
It (frm_main) has a subform (sfm_others) containing a Checkbox & a text field (txt_others) - 'txt_others' contains various names.
The user will go to the subform & check various checkboxes against the names.
I want a command button on the (frm_main) form to filter the subform & only populate what's been selected into the 'cbo_chosen' Combo Box.
As I scroll through the records on the 'frm_main' the selections need to stay as chosen for each record.
Does anyone have any known examples, have tried to make an example but can't create anything useful to upload, Thanks