Hi,
I am not sure how to do this.
I have table1 with the following fields
Table1
PlanID PlanName Assets Amount
A ANN 1,500,000
Table2
Plan ID MinAssets MaxAssets Amount
A 1,000,000 2,0000,000 10,000
A 2,000,000 3,000,000 5,000
A 4,000,000 2500
What I would like to do is: take amout 10,000 from table2 and insert it in table1 in field Amount (because The Assets are 1,500,000 which fits the criteria of the first field in Table2)
table1 will look like this:
Table1
PlanID PlanName Assets Amount
A ANN 1,500,000 10,000
Please let me know if this is not clear. Thanks in advance
I am not sure how to do this.
I have table1 with the following fields
Table1
PlanID PlanName Assets Amount
A ANN 1,500,000
Table2
Plan ID MinAssets MaxAssets Amount
A 1,000,000 2,0000,000 10,000
A 2,000,000 3,000,000 5,000
A 4,000,000 2500
What I would like to do is: take amout 10,000 from table2 and insert it in table1 in field Amount (because The Assets are 1,500,000 which fits the criteria of the first field in Table2)
table1 will look like this:
Table1
PlanID PlanName Assets Amount
A ANN 1,500,000 10,000
Please let me know if this is not clear. Thanks in advance