A
arm
Hello! Could anyone please help me. I have this subform that has a control
called "txtTotalDesignMhrs" with a control source "=Sum([Design Mhrs])". In
one of the Main form control AfterUpdate event the value of this subform
control (txtTotalDesignMhrs) is assigned to a variable called
"dblTotalDesignMhrs" (see code below:
dblTotalDesignMhrs = me.parent!fsubMySubform.form!txtTotalDesignMhrs
The problem there is this error message that pops up "ERROR 2427 : YOU
ENTERED AN EXPRESSION THAT HAS NO VALUE" and it only shows up whenever there
is no record displayed in the subform. How can I get around this problem?
Thank you very much in advance for the help.
called "txtTotalDesignMhrs" with a control source "=Sum([Design Mhrs])". In
one of the Main form control AfterUpdate event the value of this subform
control (txtTotalDesignMhrs) is assigned to a variable called
"dblTotalDesignMhrs" (see code below:
dblTotalDesignMhrs = me.parent!fsubMySubform.form!txtTotalDesignMhrs
The problem there is this error message that pops up "ERROR 2427 : YOU
ENTERED AN EXPRESSION THAT HAS NO VALUE" and it only shows up whenever there
is no record displayed in the subform. How can I get around this problem?
Thank you very much in advance for the help.