R
Rotata
Access 2003 on XP, all updates
I have a form with a subform.
The main form shows the crew information, such as name of crew, location of
office, and areas of control.
The subform shows all employees on that crew and counts records.
The main form displays the count of those employees.
If the crew has 10 employees, the form displays 10.
If a crew has no employees, then the main form shows #error.
this is the code in an unbound text box on the main form:
=frmEmployeeInfoFTE.Form!Text15
this is the code in the unbound text box on the subform:
=Sum([sum of fte])
I must be stupid, because I do not understand the directions on how to make
the main form display 0 when no records are present.
Thanks!
I have a form with a subform.
The main form shows the crew information, such as name of crew, location of
office, and areas of control.
The subform shows all employees on that crew and counts records.
The main form displays the count of those employees.
If the crew has 10 employees, the form displays 10.
If a crew has no employees, then the main form shows #error.
this is the code in an unbound text box on the main form:
=frmEmployeeInfoFTE.Form!Text15
this is the code in the unbound text box on the subform:
=Sum([sum of fte])
I must be stupid, because I do not understand the directions on how to make
the main form display 0 when no records are present.
Thanks!