samonwalkabout
Registered User.
- Local time
- Today, 09:15
- Joined
- Mar 14, 2003
- Messages
- 185
I have a text box on a form containing a sum of several other boxes. I want to store this value in a field. I am using a on click event me.box = me.box2.
This works fine on a Single Form, but on Continuous Form it only does it to the record I have selected.
I Have tired on_current event same problem,
and on_load event but only works when i click on that record
Is there any code for calling all records shown on a filtered cont form to do the same at once?
Thanks
This works fine on a Single Form, but on Continuous Form it only does it to the record I have selected.
I Have tired on_current event same problem,
and on_load event but only works when i click on that record
Is there any code for calling all records shown on a filtered cont form to do the same at once?
Thanks