Make Table and Access 2007

  • Thread starter Proposal Doctor
  • Start date
P

Proposal Doctor

Does Make Table work with Access 2007? I am running A12 SP2.

Here's the SQL I am trying with Northwind:

SELECT Employees.Company, Employees.[Last Name], Employees.[First Name] INTO
tblNewEmployees
FROM Employees;

Clicking Run doesn't create tblNewEmployees

Thanks.

David
 
A

Allen Browne

Make Table query works fine here in A2007 SP2.

--
Allen Browne - Microsoft MVP. Perth, Western Australia

Reply to group, rather than allenbrowne at mvps dot org.

message
news:[email protected]...
 

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

Top