now I have an query for enter data, but this data can be already exist. If it's true, I want to update this.
With this explanation, I think the best idea is the ON DUPLICATE KEY UPDATE
but it's doesn't exist in access. Some other post have an idea like merge or ON x = y SET x = y, y = x
but it's doesn't work.
Anyone have a way for do that ?