carlnewton
Registered User.
- Local time
- Today, 14:35
- Joined
- Jan 10, 2008
- Messages
- 19
- I have a form with five subforms, each with it's own table (recordsource). - Each subform is linked to the same Primary Key on the Parent.
- The fields in the five subforms each have the default data value set to 0.
My problem is that I would like each subform to save those zeros in their respective table records even if there is no other data in that record. My customer wants to see those zeros on the reports.
How can I force each subform to save it's record of zeros?
I can't use the Parent form 'AfterUpdate' event.
- The fields in the five subforms each have the default data value set to 0.
My problem is that I would like each subform to save those zeros in their respective table records even if there is no other data in that record. My customer wants to see those zeros on the reports.
How can I force each subform to save it's record of zeros?
I can't use the Parent form 'AfterUpdate' event.