If I click on "cmd_edit" I would like to receive the information of 1 client of the frmKlantenfiche.
With the following code, he gives me an error in :
DoCmd.OpenForm "frmKlantenfiche", , , strSQL
What do I have to do, or what am I doing wrong?
Private Sub cmdEdit_Click()
Dim Db As...