Query will only insert a record only if record doesn't exist alredy
Hi everyone,
I have a table with employees categorized by groups; for example ; maintenance, operations, etc. I have another table with trainings that have different groups assigned to it.
Now let's say that I want to register everyone in group A into a training. But, an employee might belong to another group that is also defined under that training.
The final list will have a duplicated record with the same employee's name.
I would like to know how to create a query will only insert a record only if record doesn't already exist.
Thanks you in advance,
V.
Hi everyone,
I have a table with employees categorized by groups; for example ; maintenance, operations, etc. I have another table with trainings that have different groups assigned to it.
Now let's say that I want to register everyone in group A into a training. But, an employee might belong to another group that is also defined under that training.
The final list will have a duplicated record with the same employee's name.
I would like to know how to create a query will only insert a record only if record doesn't already exist.
Thanks you in advance,
V.