James,
The CSV file that becomes one of the databases is a download of the official site where every soccer club has to be member of. This data can only be changed from there software, and only by one person who represent our club.
Remember !! Only 1 person can change this data online with a hardware key and software passwords.
The second database is mine, and original based on the very first download of the csv file.
Now, during a season, coached and members of our club with previleges can and will change data of there own team. We have 18 team, and also 18 coaches that can change data if needed.
data like, Adres, cellphone, emails, . They have a login only for there own team.
So, Afther a while, we have a database with the latest info, and this is what I want to compare with the online data of the csv file.
I only will show in a xbrowse with data is changed between the original csv and my updated database. With these changes, the person who has the hardware key can change the online data.
Remember, this person with the hardware key never knows if data is changed by the others, unless I give him the difference.
BTW : I have this setup running now.
My solution :
Create a new database with all fields needed to compare (index on id = same for both)
Read the csv file and fill the data
read the second data and fill
Show a Xbrowse with colors where the data is not the same.
This data has to be manualy changed in the offical online database. No other options here.
I only think that I use many extra lines of code to do what people here do short
Thanks...