G
GMC
Access 2000
Hello all,
I have a form that lists some problems in it. I want to be able to double
click on the field named ID in the form and open the detailed version in
"inpProblems". The table that has the details in it is named "Problems". I
have the following which opens the first record in the table "Problems"
instead of opening the ID number on which I double clicked on.
Private Sub ID_DblClick(Cancel As Integer)
DoCmd.OpenForm "inpProblems", acNormal, "Problems.ID ="""
End Sub
How do I change it so it opens up the detail of the id number I just clicked
on?
Thanks
Hello all,
I have a form that lists some problems in it. I want to be able to double
click on the field named ID in the form and open the detailed version in
"inpProblems". The table that has the details in it is named "Problems". I
have the following which opens the first record in the table "Problems"
instead of opening the ID number on which I double clicked on.
Private Sub ID_DblClick(Cancel As Integer)
DoCmd.OpenForm "inpProblems", acNormal, "Problems.ID ="""
End Sub
How do I change it so it opens up the detail of the id number I just clicked
on?
Thanks