Avatar of emi_sastra
emi_sastra

asked on 

INSERT WITH CONDITION OF TWO FIELD

Hi,

Let's say I have a table TMSTOCK structure like:

1. WHCode
2. ItemCode.
3. Qty

I want to insert to the table if (WHCode and ItemCode) not exist in the table.

How to do it?

Thank you.
Microsoft AccessSQL

Avatar of undefined
Last Comment
Sharath S

8/22/2022 - Mon