officemanager2
Technical User
I'm trying to get a form to open up using a button click (done)
But also I would like the form to have some text preloaded when it opens up, such as 'Sent latest update'
and subsequently have that preloaded text saved to the field that ties into the form, along with any other notes the input user may wish to add when they save/close the form.
Thought this would be simple as it is easy to input preloaded text to the body of an email from access but I'm stumped on this one.
I've been using DoCmd.OpenForm "FormName" for the click to get things going but can't seem to create anything to preload text for the field.
Any suggestions?
But also I would like the form to have some text preloaded when it opens up, such as 'Sent latest update'
and subsequently have that preloaded text saved to the field that ties into the form, along with any other notes the input user may wish to add when they save/close the form.
Thought this would be simple as it is easy to input preloaded text to the body of an email from access but I'm stumped on this one.
I've been using DoCmd.OpenForm "FormName" for the click to get things going but can't seem to create anything to preload text for the field.
Any suggestions?