B
Brad
We are building an Access application which is going to interface with a
purchased accounting system. This purchased system will be the source for
our “Part Info†(part number and part description). The only way to extract
info from this purchased system is to export all part information via a CSV
file which can be imported into our new Access system. This all works
nicely, except when it comes to referential integrity.
We would like to enforce RI between the Parts Table and our Orders table in
the new Access system. (The Part Number in the Orders Table is a foreign key
to connect to the Part Number (primary key) in the Parts Table)
Is there an easy way in which we can replace the entire contents of the
Parts Table daily and still maintain the RI between the Parts Table and the
Orders table?
I would venture a guess that others have run into similar issues as they
have tried to build an interface between an older system and a new Access
system.
Thanks in advance for your ideas.
Brad
purchased accounting system. This purchased system will be the source for
our “Part Info†(part number and part description). The only way to extract
info from this purchased system is to export all part information via a CSV
file which can be imported into our new Access system. This all works
nicely, except when it comes to referential integrity.
We would like to enforce RI between the Parts Table and our Orders table in
the new Access system. (The Part Number in the Orders Table is a foreign key
to connect to the Part Number (primary key) in the Parts Table)
Is there an easy way in which we can replace the entire contents of the
Parts Table daily and still maintain the RI between the Parts Table and the
Orders table?
I would venture a guess that others have run into similar issues as they
have tried to build an interface between an older system and a new Access
system.
Thanks in advance for your ideas.
Brad