Re: Combine records -
08-22-2003
, 12:09 AM
Hi, JCA
I can't tell exactly what you're trying to do, but it sounds to me as if you
want to concatenate - i.e., combine two text fields into a third.
This is done using the "&" symbol.
Open up a query and add the table with the values you want.
Say there's a field called OldPartName and there's a field called
NewPartName.
You then set up a select query with the field OldPartName&NewPartName to get
the result you want.
If you prefer, you can run a Make Table query to create a permanent new
table.
L. |