I've never been able to get my head around this so here's hoping somone can explain it to me...very......very slowly !!
My Table1 has a unique ID
It has a NumberField
My SelectQuery (based on Table1 and additional tables) calculates a new Number.
What I want to do is update the whole of Table1 with my Newcalc.
I can do it as a select query (basically replacing the [Numberfield] with [NewCalc] but I want to run this update when I open the database.
I have tried creating an Update Query and selecting [NumberField] Update to..[NewCalc].
Im clearly missing the principle here.
any help is muchly appreciated.
My Table1 has a unique ID
It has a NumberField
My SelectQuery (based on Table1 and additional tables) calculates a new Number.
What I want to do is update the whole of Table1 with my Newcalc.
I can do it as a select query (basically replacing the [Numberfield] with [NewCalc] but I want to run this update when I open the database.
I have tried creating an Update Query and selecting [NumberField] Update to..[NewCalc].
Im clearly missing the principle here.
any help is muchly appreciated.