A
Antonio
hello, all....I am trying to call another record from a
form to another form. This is what I have, but when I
double-click on the company name it doesn't show the
record for that customer, but it shows the first record in
the other form. Any help will be appreciated. Thanks
Private Sub CompanyName_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmTroubleTicket", _
Wherecondition:="CompanyName = """ & Me.CompanyName
& """"
DoCmd.Close acForm, "OpenTTs"
End Sub
form to another form. This is what I have, but when I
double-click on the company name it doesn't show the
record for that customer, but it shows the first record in
the other form. Any help will be appreciated. Thanks
Private Sub CompanyName_DblClick(Cancel As Integer)
DoCmd.OpenForm "frmTroubleTicket", _
Wherecondition:="CompanyName = """ & Me.CompanyName
& """"
DoCmd.Close acForm, "OpenTTs"
End Sub