A
andrea
I am very new to MS Office.
I have a nested function that calculates cost on a sliding scale in Excel. I want to put that function in an Access Form.
I have tried copy and paste the function into "control data source" on the form. This does not seem to work.
Here is an example of the function in Excel
=IF(H2>(D2*200),IF(H2<=(D2*400),(((H2-(D2*200))*0.89))+((D2*100)*0.36)))
I did change the "=if" to "=IFF"
Any help is appreciated.
I have a nested function that calculates cost on a sliding scale in Excel. I want to put that function in an Access Form.
I have tried copy and paste the function into "control data source" on the form. This does not seem to work.
Here is an example of the function in Excel
=IF(H2>(D2*200),IF(H2<=(D2*400),(((H2-(D2*200))*0.89))+((D2*100)*0.36)))
I did change the "=if" to "=IFF"
Any help is appreciated.