Adding a field to a table through a query (1 Viewer)

anderson7

New member
Local time
Today, 23:48
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!
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 15:48
Joined
Aug 30, 2003
Messages
36,124
Sure; you want a DDL query. Look in Help on that or "ALTER TABLE", which is how the SQL would start.
 

anderson7

New member
Local time
Today, 23:48
Joined
Aug 18, 2008
Messages
4
thank you!
 

Users who are viewing this thread

Top Bottom