I have 5 text boxes that I want to total up in a 6th text box. The first 5 are formatted as such, upon initialization of the form.
Me.txt_DPPaid = Format(0, "$#,##0.00")
When I test the form, the default value of 0 is presented as I want it to be, as in $0.00. Now, I've googled a bunch, and...