Hey folks,
I have a task of creating a database for our group and I am not an Access Guru.
I would like to make a query that will combine several fields into one field.
Basically what we are doing is we are downloading data from out customer and putting into an Access database so that we can analyze it make it useful for us. However, the customer data is not the best. Our customer web portal is comprised of several manufacturing plant database systems and they are different. So some data is comon and some is not.
Currently we have 1400 records that are downloaded and some of the records look almost the same but are not and need to be treated as seperate. However, one problem we have is that the data does not have a "uniqe identifier" or anything acting as a primary key.
Through Excel we have been able to use several years of data to create a new field that seperates these similar records. Basically we are going to need to use this uniqe number to later compare two similar tables and look for data that has changed. However, my first step is getting the unique number.
I have a table ([DAILY_SKPI_UPDATE]) with these fields and I would like to combine them into just one field.
[DATE] = 11/21/2008
[NAMC] = TMMK-VEH
[QPR/QPI Number] = 1400-3-317-0001
[Tag Number] = 644379
[Record Number] = RO232445 (NULL value is posible here)
I want to write a query that will keep all the data in the table as is and add 1 field on the end that is names [SCRAP RECORD NUMBER] **text only field** and in the example above would result would look like this.
[DATE] = 11/21/2008
[NAMC] = TMMK-VEH
[QPR/QPI Number] = 1400-3-317-0001
[Tag Number] = 644379
[Record Number] = RO232445
[SCRAP RECORD NUMBER] = 11/21/2008TMMK-VEH1400-3-317-0001644379RO232445
I have a task of creating a database for our group and I am not an Access Guru.
I would like to make a query that will combine several fields into one field.
Basically what we are doing is we are downloading data from out customer and putting into an Access database so that we can analyze it make it useful for us. However, the customer data is not the best. Our customer web portal is comprised of several manufacturing plant database systems and they are different. So some data is comon and some is not.
Currently we have 1400 records that are downloaded and some of the records look almost the same but are not and need to be treated as seperate. However, one problem we have is that the data does not have a "uniqe identifier" or anything acting as a primary key.
Through Excel we have been able to use several years of data to create a new field that seperates these similar records. Basically we are going to need to use this uniqe number to later compare two similar tables and look for data that has changed. However, my first step is getting the unique number.
I have a table ([DAILY_SKPI_UPDATE]) with these fields and I would like to combine them into just one field.
[DATE] = 11/21/2008
[NAMC] = TMMK-VEH
[QPR/QPI Number] = 1400-3-317-0001
[Tag Number] = 644379
[Record Number] = RO232445 (NULL value is posible here)
I want to write a query that will keep all the data in the table as is and add 1 field on the end that is names [SCRAP RECORD NUMBER] **text only field** and in the example above would result would look like this.
[DATE] = 11/21/2008
[NAMC] = TMMK-VEH
[QPR/QPI Number] = 1400-3-317-0001
[Tag Number] = 644379
[Record Number] = RO232445
[SCRAP RECORD NUMBER] = 11/21/2008TMMK-VEH1400-3-317-0001644379RO232445