How to create a query in a macro

J

jerryc1

I want to create a query using a macro or hide the query from view in the
database window
 
S

Steve Schapel

Jerry,

In general, the principle to follow here is to not allow the users of
your application to have access to the Database Window, and as such
whether a query is visible or not is irrelevant.
 
Top