Hi everyone, because i have many tables, i tried to use the RelinkTable subroutine within a loop. i build a table that contains the arguments of the RelinkTable sub. then i made a recordset of this table and tried to loop with this code:
Set rs = db.OpenRecordset("DbTabelsT", dbOpenDynaset) Do Until rs.EOF RelinkTable rs!TableName, rs!primarykey, rs!connectstring rs.MoveNext Loop
it didnt work and wrote: Error 3170 no ISAM
the debugger marked the line: db.TableDefs.Append td of the RelinkTable Sub
how to fix this error?
Thank You
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Access SQL Server Lessons.