Building a query to add 2 fields to an existing table?

G

gg

What is the best way to automate using a query to add 2 fields to an existing
table? This is something that will be done on a regular basis. I tried the
Make-Table query but it keeps prompting me for parameters. Thank you!
 
K

KARL DEWEY

Sounds like your database is not normalized if you keep having to add 2
fields to an existing table on a regular basis. I think you should be adding
new records.

What is your table structure?
 
Top