Subform

F

Floyd Forbes

How do I recalculate a control on a subform name Month. The calculation is
being done in code in the
AfterUpdate event procedure of the control name Items.

Floyd
 
D

Douglas J. Steele

I'd strongly recommend renaming your subform. Month is a reserved word in
Access, and using reserved words can lead to all sorts of headaches.
 
Top