B
Bill R via AccessMonster.com
My code deletes all existing records in a table in my db. Then it imports new
data from a CSV file. However, when subsequent sql code runs, it doesn't seem
to "see" the new data. Do I need to refresh the data? I am using the
following transfertext method:
DoCmd.TransferText acImportDelim, , "DMS_Report", strPath & strFile, True
Once the code finishes I can see the new records in the table, but the code
that immediately follow the transfer can't read the new records.
data from a CSV file. However, when subsequent sql code runs, it doesn't seem
to "see" the new data. Do I need to refresh the data? I am using the
following transfertext method:
DoCmd.TransferText acImportDelim, , "DMS_Report", strPath & strFile, True
Once the code finishes I can see the new records in the table, but the code
that immediately follow the transfer can't read the new records.