Update Indexed Table in Access Database Using DAO
Updates a table in an Access database using the index on the table with DAO recordsets
This task updates a table in an Access database using the index on the table with DAO recordsets.
This zipfile contains a AML-file: AccessUpd.aml and a database file: Stat.mdb.
Save this database as C:\Temp\Stat.mdb and give it a try.
It can be used for statistics purposes.
Task Category:
Functions (Basic)