T
T. H. Ormond
I need to set up some queries to process tables in batch mode. By this I
mean I want to create a set of SQL statements which create some new tables,
update those tables, and then programmatically edit several of the fields.
I had some procedures set up using another database system ( MYSQL ) which
allowed me to package one or more SQL statements in text files. Then I
could create command procedures to invoke MYSQL with the desired SQL
statement as input. I am trying to learn how to do this same sort of
processing in ACCESS.
What is the best way to set up a series of command procedures ( invoked by
shortcuts from the desktop for instance ) which can be run automatically
ie by double-clicking on the icons ) rather than running ACCESS and
selecting various queries to be run. Using MYSQL it was possible to set up
a series of command procedures to do the work with a minimum of user
interaction. This is what I would like to do with ACCESS. Any suggestions
are welcome!!
Thanks in advance,
Tom Ormond
mean I want to create a set of SQL statements which create some new tables,
update those tables, and then programmatically edit several of the fields.
I had some procedures set up using another database system ( MYSQL ) which
allowed me to package one or more SQL statements in text files. Then I
could create command procedures to invoke MYSQL with the desired SQL
statement as input. I am trying to learn how to do this same sort of
processing in ACCESS.
What is the best way to set up a series of command procedures ( invoked by
shortcuts from the desktop for instance ) which can be run automatically
ie by double-clicking on the icons ) rather than running ACCESS and
selecting various queries to be run. Using MYSQL it was possible to set up
a series of command procedures to do the work with a minimum of user
interaction. This is what I would like to do with ACCESS. Any suggestions
are welcome!!
Thanks in advance,
Tom Ormond