I'm interested in this too, except I want to divide the names...from one
field containing two first names into two fields containing one name each...
Jack

"Andrew" <AndrewEgan (AT) att (DOT) net> wrote
Quote:
How do I combine data from two fields into one field? Specifically, I
have two fields for LastName and FirstName and a field for FullName.
When new data is entered into LastName and FirstName in a form, I want
it to automatically go to FullName too. I can do this with an update
query, but is there a way to do it automatically without an update
query? Otherwise I'll be constantly doing update queries. |