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 IDCustomer Field which is auto no
Customer details is the the main customer Form with all the customers details. Me. IDCustomer is the auto no Field in my oriinal form That i presume needs to be copied over, to open the single form
I get this error message
Expected identifier and goes on to say it musnt +a field
Hope you can help john