Method to query all items from a multiselect=none listbox???
- From: smmaya@xxxxxxxx
- Date: 19 Aug 2006 13:28:51 -0700
Dear all,
I really need help, can't find anywhere what I need to do. I need to
keep my listbox multiselection set to "none" because of the DblClick
event that opens a form with all the data...but I want my query to list
all items listed in the Form's listbox after search and this without
slecting them...(I can't do it anyway because it is not a valid option)
Until now my query displays only one selected item???
My MultiResearch Form is unbound as well as all its controls
The RowSource of the listbox [lstResults] is a SQL statement
My Query has:
Field: IncID
Table: T_Incidents
Criteria: [Forms]![F_MultiResearch]![lstResults]
but it doesn't work, it returns only one selected item...
Any help will be more than welcome.
Maya
.
- Follow-Ups:
- Re: Method to query all items from a multiselect=none listbox???
- From: Douglas J. Steele
- Re: Method to query all items from a multiselect=none listbox???
- Prev by Date: Re: record locking
- Next by Date: Re: Method to query all items from a multiselect=none listbox???
- Previous by thread: Re: record locking
- Next by thread: Re: Method to query all items from a multiselect=none listbox???
- Index(es):
Relevant Pages
|