Hi
I am very new to VB Coding in access and am testing a simple things.
I have drafted a simple VBA code in a form button that takes the result calculated in a query and pastes the result into a table.
I have attached my test database to illistrate
In my attached database, i have a list of 5 records, i am wanting to push the calculation button have all the records updated with the result that is calculated in the query in 1 go.
As it stands right now i have to do it one at a time per record, which is not preferable when there are potentially hundreds or thousands of lines. I am wanting to do this because i want to reduce my reliance on calculated cells in forms and reports where i have to draft long formulae across 3 separate queries to get the result i am looking for.
Any help would be appreciated.