building query with list boxes

T

thread

Hi All,
i built in the past an application that based on several combo box
creates query.
now after the application was promoted i been requested to change it
to be list box.
that mean several of items that suppose to be elected in one control.
does any one have example of a code that create this option?
 
T

thread

On my website (www.rogersaccesslibrary.com), is a small Access database
sample called "CreateQueries2.mdb" which illustrates how to do this. Look
at Form 6.

--
--Roger Carlson
MS Access MVP
Access Database Samples:www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L






- -

thank you very much,it was quite helfull,giving some sense to
stuff,based on this i should build several of list boxes lets see how
it will go
 
T

thread

On my website (www.rogersaccesslibrary.com), is a small Access database
sample called "CreateQueries2.mdb" which illustrates how to do this. Look
at Form 6.

--
--Roger Carlson
MS Access MVP
Access Database Samples:www.rogersaccesslibrary.com
Want answers to your Access questions in your Email?
Free subscription:
http://peach.ease.lsoft.com/scripts/wa.exe?SUBED1=ACCESS-L






- -

Hi Roger
Maybe you can help me with this matter,
i built the list boxes one under another but when i'm using specific
text box(its dynamicly enlaging when focusing) its overlaping the
other text boxes and when i'm trying to press on one of the choises it
will flip to the other text box.
do you have any suggestion to lock the fliping
 
D

DanielWalters6

This could probably be built with some fairly simple vba?

Don't totally understand your problem, but maybe an onclick event could help?
 

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