J
John_
I have a Make Table query. Once this table is created, later in the process,
I would like to add a field to this same table. I need to do a calculation
using some of the data in other fields within this same table and place the
results in this new field. Normally, I would append the data in this table
to another table and include this new field and then do the calculation in
this new table.
However, this table that was created in the 'Make Table' query is used in a
lot of other process and I am wondering if there is a command similar to the
RunSQL macro command
Alter Table [table name] Drop Column [field]
that would allow me to add, rather than drop a column from this table.
Thanks for your help!
I would like to add a field to this same table. I need to do a calculation
using some of the data in other fields within this same table and place the
results in this new field. Normally, I would append the data in this table
to another table and include this new field and then do the calculation in
this new table.
However, this table that was created in the 'Make Table' query is used in a
lot of other process and I am wondering if there is a command similar to the
RunSQL macro command
Alter Table [table name] Drop Column [field]
that would allow me to add, rather than drop a column from this table.
Thanks for your help!