Warning: newbie post ahead!
I have a form frmClientList with a single list box to provide a quick reference whether or not a client has already been entered into the system. This is populated from a dynamic named range. Another form, frmClientJournal, logs various interactions with clients. A drop-down on frmClientJournal is populated from the same named range.
I would like to add a check box next to each item in the frmClientList list box that is captioned Inactive. This would be linked to a new column in the named range. Code for the drop-down on frmClientJournal would then populate it only with active clients as determined from the Inactive column.
I'm having trouble, however, figuring out how to add checkboxes to frmClientList for each entry. Any help would be greatly appreciated. Thanks in advance!
Rex
(aka "the new guy")
I have a form frmClientList with a single list box to provide a quick reference whether or not a client has already been entered into the system. This is populated from a dynamic named range. Another form, frmClientJournal, logs various interactions with clients. A drop-down on frmClientJournal is populated from the same named range.
I would like to add a check box next to each item in the frmClientList list box that is captioned Inactive. This would be linked to a new column in the named range. Code for the drop-down on frmClientJournal would then populate it only with active clients as determined from the Inactive column.
I'm having trouble, however, figuring out how to add checkboxes to frmClientList for each entry. Any help would be greatly appreciated. Thanks in advance!
Rex
(aka "the new guy")