learning2fly
Programmer
Hi,
I have a table with various columns. I need access to do a calculation with data from two of these columns and then post it to the end of the row. The reasons for doing this are quite complicated but basically I am using the database with an ASP and it doesn't like calculations done to queries or with SQL so the result has to be stored as a column in the table.
ie
Multiplier | Multiplicand | Result
-----------------------------------
5 | 5 | 25
I know this would be really simple to do in Excel or something like that but I can't work out how to do it in access.
Thanks
Gordon
I have a table with various columns. I need access to do a calculation with data from two of these columns and then post it to the end of the row. The reasons for doing this are quite complicated but basically I am using the database with an ASP and it doesn't like calculations done to queries or with SQL so the result has to be stored as a column in the table.
ie
Multiplier | Multiplicand | Result
-----------------------------------
5 | 5 | 25
I know this would be really simple to do in Excel or something like that but I can't work out how to do it in access.
Thanks
Gordon