> I am trying to use a control in a form that will allow me to select more
> that one record (such as I can when using a CHOOSE command) into a variable;

Whenever I need to do this, I great two variable lookup listboxes with arrow
buttons between them and let the user move items from the left ("Available")
box to the right ("Selected") box.  

It takes a little more work to do it this way, but I find users are comfortable
with it, and it gives me more control over appearance than using a User Defined
list control, which require the primary key values to appear in the list the
user sees.
--
Larry

Reply via email to