I want a main form and subform to do something like the following-
___________________________________________________________
Main Form: (Linked to Table A)
Field X: txtboxFieldX
......
Field Y txtBoxFieldY
[Subform B Linked to Table B]
Combo1 (find records)
TxtBox1 (linked to field1)
Txtbox2
]
The subform's find record's codes are-Me.Recordsetclone.FindFirst("Field1=" & Me![combo1])
Me.Bookmark=Me.RecordsetClone.bookmark
The subform and the main form are linked as
Field1-Fieldx
The subform does the searching and current record updating fine ON ITS OWN.
When subform is linked in...the searching failed, nor doesthe txtbox1 get updated as combo1 is changed.
Ideally, I want the subform on a Tabbed page on the main form, but that is even more tricky!!!
Any clues?
[sig][/sig]
___________________________________________________________
Main Form: (Linked to Table A)
Field X: txtboxFieldX
......
Field Y txtBoxFieldY
[Subform B Linked to Table B]
Combo1 (find records)
TxtBox1 (linked to field1)
Txtbox2
]
The subform's find record's codes are-Me.Recordsetclone.FindFirst("Field1=" & Me![combo1])
Me.Bookmark=Me.RecordsetClone.bookmark
The subform and the main form are linked as
Field1-Fieldx
The subform does the searching and current record updating fine ON ITS OWN.
When subform is linked in...the searching failed, nor doesthe txtbox1 get updated as combo1 is changed.
Ideally, I want the subform on a Tabbed page on the main form, but that is even more tricky!!!
Any clues?
[sig][/sig]