Run Append Query from VB

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I should know this but am drawing a complete blank!!!

I have an Append query.

How do I run it from code?
 
Best:
dbEngine(0)(0).Execute "Query1", dbFailOnError

Also possible:
DoCmd.RunSql "Query1"

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

message
news:D[email protected]...
 
Back
Top