Thanks for the help, Anna...
I knew it was possible to acces a tablename with ADOX.
I used following code :
cat.ActiveConnection = currentConnection
For i = 0 To cat.Tables.Count - 1
If cat.Tables(i) = "SearchedTableName" Then ....
....
But for some strange reason I don't want to use ADOX, and I'm curious if it's possible with ADODB.