This is very important, can anyone who knows databases pls look at:
http://forums.vb-world.net/showthrea...threadid=23390
where i need real big help, i know more ppl look at this section of the forum so my plea is here. Thanks
Printable View
This is very important, can anyone who knows databases pls look at:
http://forums.vb-world.net/showthrea...threadid=23390
where i need real big help, i know more ppl look at this section of the forum so my plea is here. Thanks
If I understand you correctly this code should do it
Dim MyDb As Database, Mytable As Table
Set MyDb = DBEngine.Workspaces(0).OpenDatabase(Databasename, 0, 0, ";pwd=" & PassWord)
Set Mytable = SanadDb.OpenTable(Table)