Lady Phoenix
Registered User.
- Local time
- Today, 22:13
- Joined
- Jan 19, 2015
- Messages
- 10
As you can see from my profile Im new here, so if this question is stupid, or been asked before, please go easy on me 
I need to import a .json file into my access database. Ive looked at all the info on the web and with my current skill level its far too complicated for me, so I use this site
https-colon-//json-csv.com/
and then import the data as a csv file. Slightly fiddly but not a problem
So, I import the file into my database but what I would like to do is have the database check for unique records. If the record already exists in the database I want it to overwrite the old info with the latest info. Otherwise it can just create a new record. Im not fussed about old records being deleted at this stage.
Background - Im looking to import player data from a football game. For example, this team
Cant post links I have 3 posts
data is held here
Cant post links I have 3 posts
The file contains player info and from that I can calculate how to train a player by using the numbers for each ability. Each player is assigned his own ID number which I will use as a "non duplicate" field.

I need to import a .json file into my access database. Ive looked at all the info on the web and with my current skill level its far too complicated for me, so I use this site
https-colon-//json-csv.com/
and then import the data as a csv file. Slightly fiddly but not a problem
So, I import the file into my database but what I would like to do is have the database check for unique records. If the record already exists in the database I want it to overwrite the old info with the latest info. Otherwise it can just create a new record. Im not fussed about old records being deleted at this stage.
Background - Im looking to import player data from a football game. For example, this team
Cant post links I have 3 posts
data is held here
Cant post links I have 3 posts
The file contains player info and from that I can calculate how to train a player by using the numbers for each ability. Each player is assigned his own ID number which I will use as a "non duplicate" field.