subform total

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Please help me with this mystery:

A subform total is calculated and displayed on the main form OK on my PC.
However when I open this same file on another PC, the box on the main form is
blank.

Even on that other PC, when I open the subform in form view, the total shows
OK.

I am using .adp project with MSDE. Access 2003 is installed on both PC's.
Everything else in this file works OK on both machines. It's just this total
box giving us trouble.

Please help.
 
in the original file I used syntax "=[subform].[textbox]"

Changing it to "=Forms![parent_form].[subform].Form![textbox]" solved the
issue.

Still beats me why the former syntax was good enough on my PC but not on the
other.
 
Back
Top