Listbox with Select Distinct Record to be Expand on a Field on New Form

jlcford

New member
Local time
Today, 06:19
Joined
Nov 11, 2008
Messages
8
I currently have a listbox with multiple records that are listed as "Select Distinct". I would like to enable a double click event on a particular Distinct record in the listbox and open a second form which displays all the records that are combined in the "Select Distinct" record. To complicate matters these records have a concatenated primary key ( 4 fields equip_init, equip_nbr, repair_dt, repair_order_nbr)

Any help would be greatly appreciated.

Thx,

jlcford
 
filter the new form with what's in your list or change the form's control source (sql) so that it filters to just those in your list.
 

Users who are viewing this thread

Back
Top Bottom