G
google3luo359
I have an unbound text box called StNum on a parent form. It pulls up
its default value from another form.
The parent form has two subforms.
On the first subform I currently have two text boxes named StFirst and
StLast which house first and last names.
This first subform is linked to the parent form by field StNum.
Child and Master link fields are StNum.
I'd like to replace the two name text boxes with one that has
LastName, First Name.
If possible I'd like to have this in a text box but if it's not
possible then a combo box would do.
I know some kind of & ", " & notation is required but don't know
where to put this to achieve the required results and don't know how to
link this new box with the parent form.
Any guidance would be greatly appreciated!
Ric
its default value from another form.
The parent form has two subforms.
On the first subform I currently have two text boxes named StFirst and
StLast which house first and last names.
This first subform is linked to the parent form by field StNum.
Child and Master link fields are StNum.
I'd like to replace the two name text boxes with one that has
LastName, First Name.
If possible I'd like to have this in a text box but if it's not
possible then a combo box would do.
I know some kind of & ", " & notation is required but don't know
where to put this to achieve the required results and don't know how to
link this new box with the parent form.
Any guidance would be greatly appreciated!
Ric