Access 2007 headache

S

Stapes

Hi

This line of code fails in Access 2007 too:

strSql = "DELETE [Product Labels].* FROM [Product Labels];"
DoCmd.RunSQL strSql

Also, when I open the file, it has a navigation pane down the left
hand side which I don't want, and a security alert where I have to
enable content. How can I eliminate these unwanted extras?

Stapes
 
S

Stapes

Hi

This line of code fails in Access 2007 too:

strSql = "DELETE [Product Labels].* FROM [Product Labels];"
    DoCmd.RunSQL strSql

Also, when I open the file, it has a navigation pane down the left
hand side which I don't want, and a security alert where I have to
enable content. How can I eliminate these unwanted extras?

Stapes

I am finding my own answers here:- http://allenbrowne.com/Access2007.html
 

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