M
Mike S. S.
I have used code to successfully populate records into an internal ACCESS
table from an LINKED Excel file. NO PROBLEM. However, in case the
spreadsheet changed, I decided to use tabledefs to create a table from the
spreadsheet using the .Fields.Append .CreateField method and looping through
the XLS (opened as a dynaset). After deleting and recreating the table, I
begin the same routine as before to move through the rows and populate the
table I just created. And this time, instead of working perfectly as before,
it only partially populates and then ends. I have examined the rows in the
XLS around where it stops and find nothing. I cannot get any error returned
or see any problem. HELP!!!
I realize because there are so many potential variables when using a linked
XLS as the data source that it might be difficult for someone out there to
have the answer. I would be happy to send the code that works with the added
code that creates the table on the fly. I am at (e-mail address removed)
Thanks to anyone who has a clue as to what might be happening or how I might
even try to debug the situation.
table from an LINKED Excel file. NO PROBLEM. However, in case the
spreadsheet changed, I decided to use tabledefs to create a table from the
spreadsheet using the .Fields.Append .CreateField method and looping through
the XLS (opened as a dynaset). After deleting and recreating the table, I
begin the same routine as before to move through the rows and populate the
table I just created. And this time, instead of working perfectly as before,
it only partially populates and then ends. I have examined the rows in the
XLS around where it stops and find nothing. I cannot get any error returned
or see any problem. HELP!!!
I realize because there are so many potential variables when using a linked
XLS as the data source that it might be difficult for someone out there to
have the answer. I would be happy to send the code that works with the added
code that creates the table on the fly. I am at (e-mail address removed)
Thanks to anyone who has a clue as to what might be happening or how I might
even try to debug the situation.