how i can use a continiouse subform instead list box

masoud_sedighy

Registered User.
Local time
Yesterday, 21:35
Joined
Dec 10, 2011
Messages
132
i would like to add image to list box but i read somewhere i have to use continuous sub form instead.

now i like to know in sub form also we can select multi items and it shows highlighted entire of each row and easily getting value if selected items.
a sample or some code can be very helpful.

thanks.
 
Well, nope you can't *multi select* rows like you do in a List Box using a subform. You could use check boxes on each row to indicate which items you need the values from.

Side note: Instead of starting a new thread on another board (you already asked about the first half of your post in the Answers forum), you might give us the full picture of what you are trying to do so we could provide a more all inclusive answer.

For example, I now know you want to add images and multi select but I don't know what you want to do with those results. Are you looking to print a report? Filter another form?
 
thanks,
i would like to get some values of selected records of subform and then use these values for importing to another table by using another form.
.
 
thanks,
i would like to get some values of selected records of subform and then use these values for importing to another table by using another form.
.
I think that this is not the answer that Gina expected.
She (I think that is "she" because the name) I think that asked for the final intention.

Your actual intention (to import in another table) seems to be a big error because break the main concept of databases: normalization.
It is enough to "mark" somehow this records (and a check box bounded to a Yes/No field is very good to use for this purpose) and you easily will find later this records by using a query.
This way you avoid to have redundant data (data that is stored in more than one place) in your DB.
 

Users who are viewing this thread

Back
Top Bottom