R
RobGMiller
Using Access 2003.
Using VBA to change the content of a text control on a dialog form. (The
form is opened from another form using doCmd.FormOpen ,,,,, acDialog)
The value of the control will change from the form Open by simply using
ControlName = "New text" or Me.ControlName.Value = "New text"
This does not work from a function located in the form vba code.
Using VBA to change the content of a text control on a dialog form. (The
form is opened from another form using doCmd.FormOpen ,,,,, acDialog)
The value of the control will change from the form Open by simply using
ControlName = "New text" or Me.ControlName.Value = "New text"
This does not work from a function located in the form vba code.