In access, where do I enter the sql command for "create table"

N

NovaM

Hi
Boy do I feel dumb !
I need to create tables using the sql command for create table, but I can't
find where I need to enter the command for access to make the table
Any help out there????
 
K

Ken Snell \(MVP\)

Go to Queries window, start a new query, don't select any table, then switch
to SQL View (top left button on toolbar). Type the SQL statement there.
 
Top