Dear All,
I am currently using VBA in order to set a value of a field of a subform for each new entry. What I have found working is to use Units = Units.ItemData(0) under the Form_Current ()
The problem with this scenario is that if I select a field of a previous line, units get reset. Is there a way to perform what needed only once for each new row?
Thanks.