Hello,
I would like from my main form to move a subform to a new record.
Usually I'm doing that like this:
DoCmd.GoToRecord acDataForm, me.name,acNewRecBut here with the subform, I've tried to write:
DoCmd.GoToRecord acDataForm, "MySubForm" ,acNewRecbut I'm said that MySubForm is not opened and...
Hello,
I'm setting with vba the default values of the fields of my form.
For some fields, I don't get the default value but a "#Name?" instead.
As soon as I start editing the record (by typing some text in another field), the "#Name?" is changed to the default value of the field as set in the...