Data Definition Language

  • Thread starter Thread starter Fred Jacobowitz
  • Start date Start date
F

Fred Jacobowitz

How do you invoke Data Definition Language (DDL) using MSACESS version 2003?
Thank you,
Fred Jacobowitz
 
How do you invoke Data Definition Language (DDL) using MSACESS version 2003?
Thank you,
Fred Jacobowitz

Create a Query in the SQL window; e.g., create a new Query, select
View... SQL, and start typing something like

CREATE TABLE MyNewTable (MyID Long, ...


John W. Vinson[MVP]
(no longer chatting for now)
 

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