I have a button called btnVendor that I want on click to open the form [Vendor Details] where the vendor is = value of the current record.
So, I attempted this:
Private Sub btnVendor_Click()
DoCmd.OpenForm [Vendor Details], , , "Issues.Vendor = Vendor.ID"
End Sub
Currently when I click...