G
Guest
I have a user directory table. This is populated by importing data from an external telephone directory database (also Access)
However, the complication is that since I have referential integrity defined. I must retain records of people who have left so that the detail records still can refer to them. I therefore added an Active flag (True/False)
So my import needs to
(a) Update data for all matching peopl
(b) Add all records for new peopl
(c) Turn off active flag for anyone missin
What is the best way to code the import routine? I'm using ADO and Access 2000.
However, the complication is that since I have referential integrity defined. I must retain records of people who have left so that the detail records still can refer to them. I therefore added an Active flag (True/False)
So my import needs to
(a) Update data for all matching peopl
(b) Add all records for new peopl
(c) Turn off active flag for anyone missin
What is the best way to code the import routine? I'm using ADO and Access 2000.