K
kcrad
Strange question here ...
I have a text box on a form that is populated by text from two different
sources. I set it up with the following code in the control source:
=DLookUp("MTHDcomment","MTHDtbl","MTHDmnemonic = Combo26.value") & " " &
Text28.Value
The code works perfectly - my problem is that now I have no way to bind the
contents of this text box to a table. What I'm trying to do is pull together
a canned comment (chosen by picking a mnemonic from a combo box) plus a free
text comment (typed in by the user). I then want to save the resulting text
to a field in a table but since I had to write the code in the text box
control source I have no way to bind the box to the table.
Does anyone know another way to get the combined text into a table?
Thanks!
I have a text box on a form that is populated by text from two different
sources. I set it up with the following code in the control source:
=DLookUp("MTHDcomment","MTHDtbl","MTHDmnemonic = Combo26.value") & " " &
Text28.Value
The code works perfectly - my problem is that now I have no way to bind the
contents of this text box to a table. What I'm trying to do is pull together
a canned comment (chosen by picking a mnemonic from a combo box) plus a free
text comment (typed in by the user). I then want to save the resulting text
to a field in a table but since I had to write the code in the text box
control source I have no way to bind the box to the table.
Does anyone know another way to get the combined text into a table?
Thanks!