Adding a field to a table through a query

anderson7

New member
Local time
Today, 13:36
Joined
Aug 18, 2008
Messages
4
While downloading information from Banner into an Access table, a couple of fields that aren't needed at that point, are knocked out of the table and need to be put back in manually. Is there anyway this can be done with a query?

Also, Banner changes a couple of data types as well later on in the process...is there anyway to change these back using a query?

Thanks for any help!
 
Sure; you want a DDL query. Look in Help on that or "ALTER TABLE", which is how the SQL would start.
 
thank you!
 

Users who are viewing this thread

Back
Top Bottom