Hi,
I need to code an application where there is an access table. This table will be updated based on several conditions. To update the table, a txt file will be supplied. Please help me to code:
1. OPen the database in VBA
2. Open the table and read the records.
3. Compare the data with the txt file and update the table.
4. In the process of update, the record in the access table can be replaced, updated, or new record is added.
Thanks for your help.
I need to code an application where there is an access table. This table will be updated based on several conditions. To update the table, a txt file will be supplied. Please help me to code:
1. OPen the database in VBA
2. Open the table and read the records.
3. Compare the data with the txt file and update the table.
4. In the process of update, the record in the access table can be replaced, updated, or new record is added.
Thanks for your help.