Combo and Subform

P

Priss

Hi - I created a form with a subform. There is a field within that subform that I would like to use as a combo. See code below - not matching field from subform. Can anyone give an idea as to how it should read? I know the tblDesc subform should be in the code somewhere. HELP, please

Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[ID] = " & Str(Me![Combo1])
Me.Bookmark = rs.Bookmark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

After update find record on subform 5
OnLoad event criteria 7
Search combo box 2
recordset.clone 13
Load event - multiple criteria 0
Combo box / Subform Question 7
Textbox Filter 4
RunTime Error 3070 11

Top