I have do the form that consist of subformwhich is presented incontinuous view. I would like to know how can i empty all the textfield inn the subform when the form load.
I use this command line:
me!textfield = ""
in when form load event.
to empty my main form textfield. So how can i do for my subform as well?
Thanks.
I use this command line:
me!textfield = ""
in when form load event.
to empty my main form textfield. So how can i do for my subform as well?
Thanks.