How to add values from form to another database

tmb11152

New member
Local time
Today, 23:48
Joined
Feb 20, 2012
Messages
5
hi!!!

I will like to insert some values from a form in database1 to a table in database 2?
how should i do it?

query1 = "INSERT INTO "WHAT SHOULD I PUT HERE"(ID,COURSETITLE,VALIDDURATION,type) SELECT Text1,Text2,Combo1,combo2;"

I dont want to use link tables

thanks a lot​
 
Look to use an Append Query using the form objects as the criteria. No code needed.
 

Users who are viewing this thread

Back
Top Bottom