I have an unbound box on one form which is populated by a query. I would like to then doubleclick the row with the persons name and quote number and have thier record in another form open. Im having trouble with the syntax.
I assume it should be something like this:
Private Sub List6_DblClick(Cancel As Integer)
DoCmd.OpenForm "Quotes", *something which says open form based on their quote number that I double clicked*
DoCmd.CloseForm "Quotes QueryForm"
End Sub
Thanks!
I assume it should be something like this:
Private Sub List6_DblClick(Cancel As Integer)
DoCmd.OpenForm "Quotes", *something which says open form based on their quote number that I double clicked*
DoCmd.CloseForm "Quotes QueryForm"
End Sub
Thanks!
Last edited: