Hello!
How do I use the form_ method when a form has spaces.
Form exmample, I'm writing a code that sets data to a form object. The form's name is Application Entry, and the data is first name.
Using the Forms! method this is accomplished by the following syntax Forms![Application Entry].firstname = Fred.
But I need to use the Form_ method. Does anyone know the syntax? Form_Application Entry.firstname = Fred, does not work.
How do I use the form_ method when a form has spaces.
Form exmample, I'm writing a code that sets data to a form object. The form's name is Application Entry, and the data is first name.
Using the Forms! method this is accomplished by the following syntax Forms![Application Entry].firstname = Fred.
But I need to use the Form_ method. Does anyone know the syntax? Form_Application Entry.firstname = Fred, does not work.