Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can i DROP a QUERY

Status
Not open for further replies.

nandamurisrihari

Programmer
Dec 25, 2002
25
BH
how can i drop a query like droping a table using following code "dba.Execute "DROP TABLE " & TableNAME & ""

regards
srihari
 
Hi,
we can use the following code for deleting a query
"dba.QueryDefs.Delete QueryName"

this will work
anyway thanks a lot for helping me out
cheers
srihari
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top