L
L Mehl
Hello --
When I update a data-driven application is there a way to update the db by
executing a script in ACCESS 2000 consisting of lines similar to
INSERT INTO table1 (col1, col2, col3) VALUES(col1val1, col2val1, col3val1)
INSERT INTO table1 (col1, col2, col3) VALUES(col1val2, col2val2, col3val2)
etc. ?
I want a method that I can send to the db admin to execute.
I would prefer not to have to build each INSERT command in VBA.
A Data Definition Query will only accept 1 row at a time. When I execute
that, it understandably becomes an Append query.
Thanks for any help,
Larry Mehl
When I update a data-driven application is there a way to update the db by
executing a script in ACCESS 2000 consisting of lines similar to
INSERT INTO table1 (col1, col2, col3) VALUES(col1val1, col2val1, col3val1)
INSERT INTO table1 (col1, col2, col3) VALUES(col1val2, col2val2, col3val2)
etc. ?
I want a method that I can send to the db admin to execute.
I would prefer not to have to build each INSERT command in VBA.
A Data Definition Query will only accept 1 row at a time. When I execute
that, it understandably becomes an Append query.
Thanks for any help,
Larry Mehl