INSERT ALL INTO - supported or not?

Lol Owen

Registered User.
Local time
Today, 19:52
Joined
Mar 15, 2004
Messages
86
Hi, got a slight problem. As part of an ASP website I'm trying to insert into two linked tables in an access database using SQL. Standard SQL syntax woiuld be:

INSERT ALL INTO tblParent(name, Address) Values ('Dave','Home')
INTO tblChild(age, phone) Values ('35','1234567');

Thing is, does Access SQL support the INSERT ALL INTO statement? I keep getting syntax errors and I can only guess it might be this. if so, how do you make multiple table inserts into Access through SQL?

Cheers, Lol
 
Cheers Neil.
 

Users who are viewing this thread

Back
Top Bottom