Securing Append Query

J

Joan Wild

You can do a lot to hide the db window, set custom menus/toolbars etc so
that the user can't get to the design of your append query, but I'm
wondering even if they did, all they can do is read it.

However, if you create a RWOP query for every table in your database, you
can then run the append in code.

INSERT INTO RWOPQuery SELECT ....
 

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