admin Level: Administrator

 Registered: 04-04-2002 Posts: 530
|
Re: fomular in table SQL
ok, but what record of Table1 should be multiplied with record in Table2? don't you have a ID that connects a record from table1 with a single record in table2? how many records you have in the two tables? suppose we have the following records:
Table1
IDTest1 IDTest2
1 7
5 6
40 1
and Table2
IDTest3 IDF
4
3
1
how can we link a record into Table1 with a single record in Table2?
____________________________
AndreaVB
|