The VBA code for an access form has a problem with the syntax - Error number 3144. When I go to debug, the line highlights is CurrentDb.Execute (sqlStr). Can someone please tell me where the problem is.
Private Sub AuftragAbgleichen()
Dim sqlStr As String, sAuftragAlphanum As String
Dim...