Report Formulas

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Is it possible to use a another textbox on my Report in a
formula?

Example:

I have one textbox "txtExpense" that calculates the total
expenses. I want to get the average expenses for 10
employees

Can I use a reference to that textbox in a control source
expression in another textbox?


= "txtExpense"/10

Or do I have to type out the whole formula (addition of
the expenses, divided by 10)

Thanx
 
Back
Top