newbie question - how to get macro to add field to table?

I

IP

I have a number of queries I want to run from a macro. No problem, however,
I also want to automatically add field to table before these queries are
run. How do I do this, the actions seem quite limited. I am having trouble
finding reference to this sort of automation? Can anyone help??
 
S

Steve Schapel

IP,

You can use a RunSQL macro action to run an "ALTER TABLE ADD COLUMN..."
statement. However, this is an unusual thing to do. Could you explain
a bit more detail about what this new field is and why? Maybe there is
a better way to do it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top