I have a form to write checks. The is a subform is where I
enter the detail and it calulates the check total.
units x price = total amount
We also have the ability to enter units and total amount
(leaving the unit price blank).
The code says that when price loses focus and price is
0.00 then do the calculation.
This has worked in the past. I made changes in the main
form but did not change the subform. Now I can use the
same procedure and print the check....all is good. But if
I leave the record and then go back into it the subform
has no info. But...the info is still in the table that
makes the subform. It just doesn't appear. And I can re-
print the check with all the info printing correctly.
Why won't it appear in the subform?