Oct 31, 2005 #1 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!
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!
Oct 31, 2005 #2 PHV MIS Nov 8, 2002 53,708 FR 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 Upvote 0 Downvote
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