Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Access Multiuser > List is not get...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 11 Topic 2129 of 2176
Post > Topic >>

List is not getting populated by the filter from Combo Box.

by "tony Jacobs" <tony@[EMAIL PROTECTED] > Jun 22, 2008 at 11:44 PM

Hello ; I am using the After update event code below, but the list is not
getting populated. What am I doing wrong. Please help

Thanks


Private Sub Combo28_AfterUpdate()
    ' Find the record that matches the control.
    Dim rs As Object
    Dim varItem As Variant
    Dim strSelected As String

 '  Set rs = Me.Recordset.Clone
  '  rs.FindFirst "[ProductName] = " & Str(Me![Combo28].Column(1))
  '  Me.Bookmark = rs.Bookmark
    'lstInstrIssue.RowSourceType = string

  ' strSelected = "Select * from Products where [ProductName] = " &
Me![Combo28].Column(1)
   strSelected = "Select * from Products (((where [ProductName] =
Me![Combo28].Column(1))))"

   Me!lstInstrIssue.RowSource = strSelected



    lstInstrIssue.Requery


End Sub
 




 11 Posts in Topic:
List is not getting populated by the filter from Combo Box.
"tony Jacobs" &  2008-06-22 23:44:30 
Re: List is not getting populated by the filter from Combo Box.
"Larry Linson"   2008-06-23 23:37:57 
Re: List is not getting populated by the filter from Combo Box.
"Tony Jacobs" &  2008-06-24 14:05:37 
Re: List is not getting populated by the filter from Combo Box.-
"tony Jacobs" &  2008-06-24 21:42:29 
Re: List is not getting populated by the filter from Combo Box.
"tony Jacobs" &  2008-06-24 22:11:36 
Re: List is not getting populated by the filter from Combo Box.
Marshall Barton <marsh  2008-06-23 23:45:48 
Re: List is not getting populated by the filter from Combo Box.
"Tony Jacobs" &  2008-06-24 14:28:52 
Re: List is not getting populated by the filter from Combo Box.
Marshall Barton <marsh  2008-06-24 16:14:14 
Re: List is not getting populated by the filter from Combo Box.
"tony Jacobs" &  2008-06-24 22:13:09 
Re: List is not getting populated by the filter from Combo Box.
Marshall Barton <marsh  2008-06-24 23:22:31 
Re: List is not getting populated by the filter from Combo Box.
"Margaret" <  2008-07-06 11:57:59 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Nov 20 3:19:48 CST 2008.