Ok, now it's time of connecting to a MS Access database. I want to do an access by "user", so some users can only read from the table "Customers", and other users can only read from table "Articles". I tried to create a connection string by dragging into the form the CONNECTION object, but it says me it failed to connect to database. No reserved or strange words in the users name, nor stange passwords. Maybe it's not a .NET problem, but a MS Access one?
Let's start from the beginning?

- How can I create a multiuser database?
- Yes, I know how to do that.
- How do you establish connection with that database?
- I drag and drop the CONNECTION object....

Why these 2 easy step won't work?

Thx, Xmas