Howdy,
I am importing data into an Access table. Since the source of the data sucks, it just dumps all the info into a flat file. What I need to do to correctly compile my reports is to seperate the table into three normalized tables. The main dump table consists of address and date information which should go into one table (easy enough, i'm just using an append query for that) and first and last name information. This second part is where I'm having trouble. In the record there could be three possible last names and twelve possible first names for each last name! So record has 36 fields for possible names. What I did was create a lname table and a fname table, but I'm not sure how to split the inital table using one or more append queries.
Any ideas?
I am importing data into an Access table. Since the source of the data sucks, it just dumps all the info into a flat file. What I need to do to correctly compile my reports is to seperate the table into three normalized tables. The main dump table consists of address and date information which should go into one table (easy enough, i'm just using an append query for that) and first and last name information. This second part is where I'm having trouble. In the record there could be three possible last names and twelve possible first names for each last name! So record has 36 fields for possible names. What I did was create a lname table and a fname table, but I'm not sure how to split the inital table using one or more append queries.
Any ideas?