Convert Query to SQL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Anyone!

I convert all my queries to SQL but I don't want anyone to convert back to
query. Can you show me how. Thanks

Ngan
 
Access said:
Hi Anyone!

I convert all my queries to SQL but I don't want anyone to convert
back to query. Can you show me how. Thanks


What does "convert to SQL" mean? All queries have SQL in them.
 
Hi Anyone!

I convert all my queries to SQL but I don't want anyone to convert back to
query. Can you show me how. Thanks

A query *IS* SQL. That is the language in which queries are defined
and exist. You can't "convert SQL back to a query" because the SQL
*IS* the query.

If you mean that you don't want users to see the query grid, you can
use the database's Startup options to hide the database window; if the
user sees only your startup form and the forms they can reach from it,
you won't have the problem.

John W. Vinson[MVP]
 

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