In one of my forms i have to set the values of all controls to 0. For example
Me![cartons].Value = 0
Me![Productid].Value = 0
etc etc
I want to make all the controls in the form equal to 0.
I know there is a way to use a command to place for each control in Form control = 0 but i do not know how to do it.
May i ask for help?