Frage : Aktualisierung einer Tabelle using SQL und Variablen

Ich muss tblPAA mit den Variablen aktualisieren, die im Vorprocedure.

DoCmd.RunSQL „EINSATZ IN tblPPA definiert werden (intPPAID, intIncidentID, txtPPAEffectiveDate, txtPPAPeriod, datPPAExpiryDate, txtFirstName, txtMiddleName, txtLastName, txtAddress, txtCity, txtStateProv, txtPostalZip, txtDOB, txtDatedDate, txtInvestigator, intViolationSelfExclusion) VORWÄHLE (strPPANum, intIncidentID, datPPAEffectiveDate, strPPAPeriod, datPPAExpiryDate, strFirstName, strMiddleName, strLastName, txtAddress, txtCity, txtStateProv, txtPostalZip, datDOB, datDate, strInvestigator, strViolationSE); „

When lasse ich diese Linie des Codes laufen, den ich erhalte: „Syntaxstörung (Komma) im Fragenausdruck“

Antwort : Aktualisierung einer Tabelle using SQL und Variablen

dieses versuchen


DoCmd.RunSQL „EINSATZ IN tblPPA (intPPAID, intIncidentID, txtPPAEffectiveDate, txtPPAPeriod, datPPAExpiryDate, txtFirstName, txtMiddleName, txtLastName, txtAddress, txtCity, txtStateProv, txtPostalZip, txtDOB, txtDatedDate, txtInvestigator, intViolationSelfExclusion) Werte („“ u. strPPANum u. „“, „u. intIncidentID u.“, # " u. datPPAEffectiveDate u. " #, „“ u. strPPAPeriod u. „“, # " u. datPPAExpiryDate u. " #, „„u. strFirstName u.““, „„u. strMiddleName u.““, „„u. strLastName u.““, „„u. txtAddress u.““, „„u. txtCity u.““, „„ u. txtStateProv u.““, „„u. txtPostalZip u.““, # " u. datDOB u. " #, # " u. datDate u. " #, „„u. strInvestigator u.““, „„u. strViolationSE u.“ "); „
Weitere Lösungen  
 
programming4us programming4us