H
Heidi
I have a subform in which users can edit previously
entered data for dealers. When the user tries to pull the
edit screen up, a query that makes up the subform asks
what month and what year the user wants to edit (I just
made a parameter query for this subform). Also, this edit
screen has some validations in it. For example, if
ReportType = P, then Weight cannot be null. The problem
is when the user pulls up a dealer with no data to edit
and then tries to exit out of this edit screen, I get a
runtime error #2427 -- that I have entered and expression
that has no value. How do I resolve this problem?
entered data for dealers. When the user tries to pull the
edit screen up, a query that makes up the subform asks
what month and what year the user wants to edit (I just
made a parameter query for this subform). Also, this edit
screen has some validations in it. For example, if
ReportType = P, then Weight cannot be null. The problem
is when the user pulls up a dealer with no data to edit
and then tries to exit out of this edit screen, I get a
runtime error #2427 -- that I have entered and expression
that has no value. How do I resolve this problem?