Add Fields To DB Dynamically

  • Thread starter Thread starter Peter W.
  • Start date Start date
P

Peter W.

How do I add a field to a MS Access programmically.
(without dropping the table and recreating it)

Thank you
 
Never mind;
ALTER TABLE table_name
ADD column_name datatypeALTER TABLE table_name
 

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