G
Guest
Hello,
I have a bound form which has several text boxes, each box is for a date.
When the form opens, the Open event (through 5 IF statements) counts &
increments the number of these boxes that have null values. I have a
variable for this count. I would like to display the value of this count on
the form. I have a text box for this. At the end of the event, I set the
value of the text box = to the variable which is keeping count. The event
runs fine but on the form, the text box displays the following:
#Name?
Can anyone explain why this happens and how to correctly display the count?
TIA,
Rich
I have a bound form which has several text boxes, each box is for a date.
When the form opens, the Open event (through 5 IF statements) counts &
increments the number of these boxes that have null values. I have a
variable for this count. I would like to display the value of this count on
the form. I have a text box for this. At the end of the event, I set the
value of the text box = to the variable which is keeping count. The event
runs fine but on the form, the text box displays the following:
#Name?
Can anyone explain why this happens and how to correctly display the count?
TIA,
Rich