selecting multiple fields in a list

D

DL

Hi,

Is it possible to select multiple fields in a list?
In windows or html you could use your control-key and click those that you
want selected. But somehow this doesn't work in acces. Does anybody have an
idea?
I thought of using a recordset and then you put fields in to the record set
via a button and when pressing a button 'process' it would work out all the
fields in the recordset in a query. But this is not really working out. (and
I do not really know how to create the recordset)

Any advise, help?

Thanks a million...
 
R

Ron Weiner

DL

Look in Access Help for the Multi Select Property of the List Box control.
The List Box controls Multi Select Property can be set to None (the
default), Simple, and Extended. Based on your message I suspect you will
want to set the prop to Extended.

Ron W
 

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