Hey Gang. I have to make an access DB calculate increases in mortgage rates by quarter. In other words the calculation is done quarterly not monthly. I need a text box to trigger the calculation. I have tried This: =if datepart(“m”,[text2]) = 3 and datepart(“d”,[text2]) =31 then ([text3]*[text4])
I wanted to set up every quarter end i.e. 3-31, 6-30, 9-30 and 12-31 to automatically do the calcs.
Any suggestions??
Dan