how to write code table1 into table2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

dear member,
I want to write result comparison table1 between table2 and result must
write in table2.
1-table1 has item1 and qty1
2-table2 has item2, quatity2 and result

"when item1 = item2 then qty1 = quatity2 and result must write in column
result in table2."
any body can help me
 
may be you all understand what i mean;

statement;
if (item=item) then
result = qty1 - qty2

I has 2 table.
i want to write the result in table 2.

(what declaration database and record table need to write)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top