Hi Is there an easy way to update an old user to my new application? There version of my app is 3 years old and it is hard to remember all the changes we have made since then. So, I was thinking about deleting Unloading all their data then load it into an empty copy of my program. The main problem I can think of is if the data will load in the correct order so the PK’s get loaded first then FK’s.
Is there an easy way to handle this? Thanks Marc

