M
Max Moor
Hi All,
I know I can scroll a subform to a specific record using a statement
like:
Me!fsub.Form.Recordset.FindFirst "[DataID] = " & Me!cboBox.Column(2)
I notice that a Listbox also has a recordset property. Is there a
way to scroll a listbox in a like manner? More so, can it be done with
criteria based on other than the bound column?
Note... this doesn't work...
Me!lstBox.Recordset.FindFirst "Column(1) = " & Me!cboBox.Column(1)
- Max
I know I can scroll a subform to a specific record using a statement
like:
Me!fsub.Form.Recordset.FindFirst "[DataID] = " & Me!cboBox.Column(2)
I notice that a Listbox also has a recordset property. Is there a
way to scroll a listbox in a like manner? More so, can it be done with
criteria based on other than the bound column?
Note... this doesn't work...
Me!lstBox.Recordset.FindFirst "Column(1) = " & Me!cboBox.Column(1)
- Max