C
Chaplain Doug
Access 2002. The LastUpdated method does not appear to be
working. I do the following on the table "Facilities"
dbs.Execute "DELETE * FROM Facilities;"
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel9, "Facilities New", Facfile, -1
strSQL = "INSERT INTO Facilities SELECT * FROM [Facilities
New]"
dbs.Execute strSQL
All these "update" operations execute without error, yet
when I access CurrentDb.TableDefs("Facilities").LastUpdated
I get an old date(unchanged from before the operations).
Anyone know what's up?
working. I do the following on the table "Facilities"
dbs.Execute "DELETE * FROM Facilities;"
DoCmd.TransferSpreadsheet acImport,
acSpreadsheetTypeExcel9, "Facilities New", Facfile, -1
strSQL = "INSERT INTO Facilities SELECT * FROM [Facilities
New]"
dbs.Execute strSQL
All these "update" operations execute without error, yet
when I access CurrentDb.TableDefs("Facilities").LastUpdated
I get an old date(unchanged from before the operations).
Anyone know what's up?