I have a sub form based on my parts table. The form is a Continuous Form. On this form I have a unbound (Total) text box where I run the calculation =[List Price]*[Quanity]*(1-[Discount])*(1+[PST])*(1+[Markup]). This part works well.
In the footer I also have an unbound text box where I am trying to total the Total field however I just can’t get to it total. I though it would as simple as =Sum([Total]) however it doesn’t work.
Tip anyone???
In the footer I also have an unbound text box where I am trying to total the Total field however I just can’t get to it total. I though it would as simple as =Sum([Total]) however it doesn’t work.
Tip anyone???