Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Dim StrSQL As String
  2.  
  3. StrSQL = "INSERT INTO qrytest (comments) VALUES ('test');" <-- tried adding one row to query results
  4.  
  5. DoCmd.SetWarnings False
  6. DoCmd.RunSQL StrSQL
  7. DoCmd.SetWarnings True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement