I have a table that has 3 columns. I'd like to be able to combine the data included in the 3 columns into one of those columns, or create a fouth field with the combined data.
An example would be to combine address information stored in three fields into one field. Although this is not my specific application, it illustrates what I'd like to do.
If the first column is the Street Address (text), the second column is the City Address (text), and the third column is the Zip code (integer number), can I combine the data in a new fourth column which contains the combined set of data (street, city and zip)?
I think I can do this in a form or report (as indicated by Access Help - Combining text values from multiple fields on a form, report, or data access page), but I'd like to combine the 3 columns of data in a table (either directly in the table somehow, or by using a query) to produce the new table field.
Thanks in advance for your help.
Tim Barbour
timbar@att.net
An example would be to combine address information stored in three fields into one field. Although this is not my specific application, it illustrates what I'd like to do.
If the first column is the Street Address (text), the second column is the City Address (text), and the third column is the Zip code (integer number), can I combine the data in a new fourth column which contains the combined set of data (street, city and zip)?
I think I can do this in a form or report (as indicated by Access Help - Combining text values from multiple fields on a form, report, or data access page), but I'd like to combine the 3 columns of data in a table (either directly in the table somehow, or by using a query) to produce the new table field.
Thanks in advance for your help.
Tim Barbour
timbar@att.net