D
Dwayne Conyers
We would like to implement something like a trigger... when either of two
columns are updated, a third column is updated with the concatenated value
of the other two columns.
So, if column "A" is edited by the user as "Teddy" and column "B" is edited
by the user as "Roosevelt" column "C" will be updated to contain (with an
added space) "Teddy Roosevelt."
In SQL, we can create a trigger on the table to do that. How would this be
implemented in Access?
Thanks in advance!
columns are updated, a third column is updated with the concatenated value
of the other two columns.
So, if column "A" is edited by the user as "Teddy" and column "B" is edited
by the user as "Roosevelt" column "C" will be updated to contain (with an
added space) "Teddy Roosevelt."
In SQL, we can create a trigger on the table to do that. How would this be
implemented in Access?
Thanks in advance!