Dbee
09-17-2006, 12:36 AM
I am trying to use this to open a Table name and I keep getting ERROR 3265
Public Record_Set(30) As New ADODB.Recordset
Public Catalogs As New ADOX.Catalog
Record_Set(21).Open Catalogs.Tables("STATEMENT").name, Data_Connection(10), adOpenStatic, adLockOptimistic, adCmdTableDirect
Error is
Item cannot be found in the collection corresponding to the requested name or ordinal.
Now I Can Assess the Database uning Access2000
But Not In VB
Any Suggestion
Public Record_Set(30) As New ADODB.Recordset
Public Catalogs As New ADOX.Catalog
Record_Set(21).Open Catalogs.Tables("STATEMENT").name, Data_Connection(10), adOpenStatic, adLockOptimistic, adCmdTableDirect
Error is
Item cannot be found in the collection corresponding to the requested name or ordinal.
Now I Can Assess the Database uning Access2000
But Not In VB
Any Suggestion