J
johnb
Hi All
I have a Access 2003 Form with a subform, which in turn has a subform. the
Sub-Subform is a datasheet view. I need to view some aditional info. I do
this by double-clicking on a field. And the modal popup form pops up. Good! I
open the Popup form using a Double-Click to run Docmd.Openform
"FormName",,,,, Forms!frm_case!subform1!ssubform1!.form.ChildsDetailsID.
In the popup form I have Private Sub Form_Open event with
Me.Recordset.FindFirst "ChildDetailsID = " Me.OpenArgs
But it find All the records. Any suggesstions?
TIA
johnb
I have a Access 2003 Form with a subform, which in turn has a subform. the
Sub-Subform is a datasheet view. I need to view some aditional info. I do
this by double-clicking on a field. And the modal popup form pops up. Good! I
open the Popup form using a Double-Click to run Docmd.Openform
"FormName",,,,, Forms!frm_case!subform1!ssubform1!.form.ChildsDetailsID.
In the popup form I have Private Sub Form_Open event with
Me.Recordset.FindFirst "ChildDetailsID = " Me.OpenArgs
But it find All the records. Any suggesstions?
TIA
johnb