A
Alex
I'm using DSum() to get a total for a textbox associated
with a table on a continious form.
Me.txtTotal1TextBox1.Value = DSum("TableField1",
strTableName)
Can I use this function to get a sum for a calculated
textbox on the continious form?
Thanks
with a table on a continious form.
Me.txtTotal1TextBox1.Value = DSum("TableField1",
strTableName)
Can I use this function to get a sum for a calculated
textbox on the continious form?
Thanks