Hi there,
What you're missing is a connection string. You should use the Open method and pass it a connection string, so it knows what database to access. Right now, it looks like you're trying to pass it the name of the table, which is not going to work.
Take a look at the following pages:
http://support.microsoft.com:80/supp...NoWebContent=1
http://msdn.microsoft.com/library/de...asp?frame=true
Once you understand a bit more about how connections work, and how you should pass a connection string to the Open method, take a look here for a more up-to-date connection string (the one mentioned in the first article is out-dated):
http://www.able-consulting.com/MDAC/...orMicrosoftJet
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.