Creating a Multi-Select list box and updating subform (1 Viewer)

Invader89

Registered User.
Local time
Yesterday, 23:33
Joined
Sep 22, 2015
Messages
29
Hi,

I currently have form called 'form' that has 2 combo boxes ('Search by Player name' and 'Search by Player group') and 2 subforms that return different results based on selection you make.
 
Last edited:

pbaldy

Wino Moderator
Staff member
Local time
Yesterday, 20:33
Joined
Aug 30, 2003
Messages
36,125
You could use this to open another form:

http://www.baldyweb.com/multiselect.htm

It could be adapted to filter a subform (it basically builds the filter).
 

pbaldy

Wino Moderator
Staff member
Local time
Yesterday, 20:33
Joined
Aug 30, 2003
Messages
36,125
Along the lines of:

Me.SearchbySupp.Form.RecordSource = "SELECT * FROM TableName WHERE EmpID IN(" & strWhere & ")"
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 11:33
Joined
May 7, 2009
Messages
19,230
is it possible for you to upload your db sir?
 

Users who are viewing this thread

Top Bottom