Skip to content

Instantly share code, notes, and snippets.

@ErhardRainer
Created November 14, 2023 16:47
' Ausführen eines SQL-Statements mit DoCmd.RunSQL
Dim mySQL as String
mySQL = "UPDATE titles SET price = price * 1.10"
DoCmd.RunSQL mySQL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment