Z
zSplash
I have 3 textboxes on my form (with counts from my database) I have a 4th
(unbound) textbox to show the total of the values of the 3 textboxes. I
tried, as the controlSource for tbx4:
=tbx1 + tbx2 + tbx3
=tbx1.value + tbx2.value + tbx3.value
=sum(tbx1.value + tbx2.value + tbx3.value)
Each gives an error. On a form, how do I total the values from three
textboxes in a 4th textbox?
TIA
(unbound) textbox to show the total of the values of the 3 textboxes. I
tried, as the controlSource for tbx4:
=tbx1 + tbx2 + tbx3
=tbx1.value + tbx2.value + tbx3.value
=sum(tbx1.value + tbx2.value + tbx3.value)
Each gives an error. On a form, how do I total the values from three
textboxes in a 4th textbox?
TIA