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 to delete the data from current Access database??

Status
Not open for further replies.

Mayo123

Technical User
Apr 23, 2005
58
US
I need to delete the data of a table which is located in another Access database. How can I do it? I have done some research, but not much help...

Thanks in advance!
 
Something like this (SQL code) ?
DELETE FROM yourTable IN \path\to\another\data.mdb WHERE yourCriteria

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top