L
lmv
Is there some code that would append or paste at the end of any existing data
in a field?
If there is already txt in the field ie
referinfo reads "someone else at this number"
by clicking a cmd button I want it to add "old; "
right now I have a button with the following it works fine obviously if
nothing is in the field but it overwrites if there is already txt in the
field.
Me!ReferInfo = "old: "
I was looking for a simple solution... I don't know vba code for append at
the end of the field if there is such a thing
Thanks
in a field?
If there is already txt in the field ie
referinfo reads "someone else at this number"
by clicking a cmd button I want it to add "old; "
right now I have a button with the following it works fine obviously if
nothing is in the field but it overwrites if there is already txt in the
field.
Me!ReferInfo = "old: "
I was looking for a simple solution... I don't know vba code for append at
the end of the field if there is such a thing
Thanks