Do you mean something like this:
Code:
SELECT Field1, Field2, [Field1] & [Field2] AS NewField
FROM YourTable;
Which is a simple select query, that can obviously be changed to an INSERT query.
by putting
at the end
HTH
Steven
I am a loud man with a very large hat. This means I am in charge