Search results

  1. L

    How to move a subform to a new record ?

    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...
  2. L

    I get a "#Name?" when setting a defaultvalue

    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...
Back
Top Bottom