Hello guys,
I'm recording some data on certain users into a table, but I want to keep it so as there is only one record per day that is kept for each user.
So when they action a request for user '1' for instants, it checks to see if a record for today with that user has been created, if not it creates one and records its values, if one already exists then it will update the data with the values in my current request.
Any suggestions on how to achieve this?
Thanks,
Rob
I'm recording some data on certain users into a table, but I want to keep it so as there is only one record per day that is kept for each user.
So when they action a request for user '1' for instants, it checks to see if a record for today with that user has been created, if not it creates one and records its values, if one already exists then it will update the data with the values in my current request.
Any suggestions on how to achieve this?
Thanks,
Rob