C
Christine
My main form calls a subform from which a user can select
a person's name.
After closing the subform, the main form sucessfuly
displays a text box with the control source set to
=[txtForename] & " " & [txtSurname]
This is fine for verifying that I have actually captured
the values from the subform, but what I *really* want to
do is to store [txtForename] & " " & [txtSurname] in the
table under a field name called Requestor.
I KNOW this is basic stuff, but I can't figure out how to
do it!! Help!
a person's name.
After closing the subform, the main form sucessfuly
displays a text box with the control source set to
=[txtForename] & " " & [txtSurname]
This is fine for verifying that I have actually captured
the values from the subform, but what I *really* want to
do is to store [txtForename] & " " & [txtSurname] in the
table under a field name called Requestor.
I KNOW this is basic stuff, but I can't figure out how to
do it!! Help!