S
shaggles
Is it possible to use a combo box on a subform to locate a
record on the parent form? I have a check ordering form
on my database. The main form contains all the client
info and all the check info is on the subform. I want to
be able to locate a record by a field on the subform
(check number.) I tried 'Me" in the code with reference
to the subform like this -
Forms!Check_Order!Subform.Check_Sub!
Check_Number.RecordsetClone.FindFirst "[SS] = '" & Me!
[Combo12] & "'"
Forms!Check_Order!Subform.Check_Sub!
Check_Number.Bookmark = Me.RecordsetClone.Bookmark -
but it doesn't pull up the right record.
record on the parent form? I have a check ordering form
on my database. The main form contains all the client
info and all the check info is on the subform. I want to
be able to locate a record by a field on the subform
(check number.) I tried 'Me" in the code with reference
to the subform like this -
Forms!Check_Order!Subform.Check_Sub!
Check_Number.RecordsetClone.FindFirst "[SS] = '" & Me!
[Combo12] & "'"
Forms!Check_Order!Subform.Check_Sub!
Check_Number.Bookmark = Me.RecordsetClone.Bookmark -
but it doesn't pull up the right record.