Is There a Control for a Certain Type of ListBox

M

marty

Has anyone ever seen those pair of list boxes where the user selects items in
the left list box then click the button that has a > to put it in to the
right list box, indicating that it's selected. It also has a >> symbol to
select all from the left list box. And last it has < and << to de-select
items in the right list box. Is the a control for this? Or are the [> >>]
and [< <<] just command buttons?
 
D

Douglas J Steele

Yes, those are all just command buttons.

Sandra Daigle has a sample (named Select Records) at
http://www.daiglenet.com/MSAccess.htm

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


marty said:
Has anyone ever seen those pair of list boxes where the user selects items in
the left list box then click the button that has a > to put it in to the
right list box, indicating that it's selected. It also has a >> symbol to
select all from the left list box. And last it has < and << to de-select
items in the right list box. Is the a control for this? Or are the [>
and [< <<] just command buttons?
 
B

Brian Bastl

Check out Sandra Daigle's website. Specifically, look for 'Select Records'
at the bottom of the page. I believe this is what you're looking for.

http://www.daiglenet.com/MSAccess.htm

HTH,
Brian



marty said:
Has anyone ever seen those pair of list boxes where the user selects items in
the left list box then click the button that has a > to put it in to the
right list box, indicating that it's selected. It also has a >> symbol to
select all from the left list box. And last it has < and << to de-select
items in the right list box. Is the a control for this? Or are the [>
and [< <<] just command buttons?
 
S

sebastico

Excellent sugg. Many tuhanks

Brian Bastl said:
Check out Sandra Daigle's website. Specifically, look for 'Select Records'
at the bottom of the page. I believe this is what you're looking for.

http://www.daiglenet.com/MSAccess.htm

HTH,
Brian



marty said:
Has anyone ever seen those pair of list boxes where the user selects items in
the left list box then click the button that has a > to put it in to the
right list box, indicating that it's selected. It also has a >> symbol to
select all from the left list box. And last it has < and << to de-select
items in the right list box. Is the a control for this? Or are the [>
and [< <<] just command buttons?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top