Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to write code table1 into table2

0 views
Skip to first unread message

hisham

unread,
Nov 11, 2007, 11:35:01 PM11/11/07
to
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

hisham

unread,
Nov 13, 2007, 4:17:02 AM11/13/07
to
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)

0 new messages