M
Marty
Hi-
I have an app which uses MS Visual Basic forms to allow users to input info.
This is then mailmerged into a document.
Is it possible (if so, how) to have a default value display in a text box?
The hard part: the value will vary, and will be the value of a field in a
file which the mailmerge uses.
The VB app already read the file, and knows the value, but how do I get it
into the text box as a default value? Somehow I need TextBox.Value to equal
my variable (pm_patent_no) which I previously read. Then the TextBox.Value
should display and the user can accept it or overtype something.
Thanks for you help in advance.
Marty
I have an app which uses MS Visual Basic forms to allow users to input info.
This is then mailmerged into a document.
Is it possible (if so, how) to have a default value display in a text box?
The hard part: the value will vary, and will be the value of a field in a
file which the mailmerge uses.
The VB app already read the file, and knows the value, but how do I get it
into the text box as a default value? Somehow I need TextBox.Value to equal
my variable (pm_patent_no) which I previously read. Then the TextBox.Value
should display and the user can accept it or overtype something.
Thanks for you help in advance.
Marty