Access Query Names

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

Hello All,

I am populating a list box with all the queries available in my database so
that a user can print that query later on if needed. I am just going to show
the queries that a user has added. It appears that any query Access has
created is prefixed '~sq'. Is there any other prefixis that i should be
aware of? I am giving the users an option to delete the queries that they
have made. Last thing that i want is for a query that access needs to be
deleted by the user as it has appeared in the listbox....

TIA,

Neil.
 
hi,
it is to my understanding that you can name a query just
about anyway you want to.
I start mine with qry....
i start forms with frm....
i start reports with rpt....
i start macros with mac....
 
Back
Top