I want to update a tables field based on the results of a view using another field as the join.
VIEW1 contains partnumber and orderqty
TABLE1 contains partnumber and onorderqty
I would like to update TABLE1.onorderqty to TABLE1.onorderqty + VIEW1.orderqty
hopefully in VB so I can run it on a form close button.
Can any one help ?
Liam
VIEW1 contains partnumber and orderqty
TABLE1 contains partnumber and onorderqty
I would like to update TABLE1.onorderqty to TABLE1.onorderqty + VIEW1.orderqty
hopefully in VB so I can run it on a form close button.
Can any one help ?
Liam