Hi paul I have tried the code but it will not work .This is my code
Private Sub IDCustomer_DblClick(Cancel As Integer)
DoCmd.OpenForm "customer details", , , "IDCustomer = '" & Me.IDCustomer & "'"
End Sub
I am in my contiuous form named customer details2 I have attached the event to the...