I feel like I'm asking more than my fair-share of questions on these forums--you guys are just too helpfull!
I'm looking to implement one of those commonly seen constructs whereby there are two listboxes beside each other with an "Add >>>" and a "<<< Remove" button between them. The right hand listbox is to be populated with data from tbl1 WHERE ParentID = x and the lefthand listbox is to be populated with data from tbl1 WHERE (record is not already in the righthand listbox)
I hope this makes sense
Can anyone point me to an example of this I could look at? Or have any idea of how I might implement this? I know this is a fairly common construct, so there's gotta be some example code hiding out there...
Thanks in advance,
Sam
I'm looking to implement one of those commonly seen constructs whereby there are two listboxes beside each other with an "Add >>>" and a "<<< Remove" button between them. The right hand listbox is to be populated with data from tbl1 WHERE ParentID = x and the lefthand listbox is to be populated with data from tbl1 WHERE (record is not already in the righthand listbox)
I hope this makes sense
Can anyone point me to an example of this I could look at? Or have any idea of how I might implement this? I know this is a fairly common construct, so there's gotta be some example code hiding out there...
Thanks in advance,
Sam