I have 4 text boxes (txtA, txtB, ... all currency) that the user enters - I need to have a "total" (txtGrossTotal) that is the sum of the four. I would like to have the total value change as the values are entered. Then when the save button is pressed, write this value (txtGrossTotal) back to the table (tblListings.txtGrossTotal)
I tried using a "=sum([txtA]+[txtB]+[txtC]+[txtD])" for the txtGrossTotal and on the forms "on Dirty" a me.refresh - but that doesnt work.
Thanks,
PDUNCAN
Memphis, TN - USA
I tried using a "=sum([txtA]+[txtB]+[txtC]+[txtD])" for the txtGrossTotal and on the forms "on Dirty" a me.refresh - but that doesnt work.
Thanks,
PDUNCAN
Memphis, TN - USA