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]
 
Back
Top