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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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?
 

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

Back
Top