The first question I have is I have received a table with the name field only entered for the first row of the information for example:
Addy 115 1-29-10 360
2-29-10 420
3-29-10 230
Airway Heights 115 1-29-10 230
...
The 2-29-10 420 is suppose to be below 1-29-10 and under Addy 115 is supposed to be blank spaces.
I was wondering how I could somehow add Addy 115 to the rest of the rows until the next name (Airway Heights 115) comes up and then enter Airways Heights changes to a new name and do this for the whole table.
The second question I have is each of the names, Addy 115 and Airway Heights 115 have abbreviations, for example Addy 115 is ADD. I was wondering how I could query to check the first 2 or 3 words to match up with the abbreviations in another table and add the abbreviation to a column in the initial table. I have a list with Addy in a column without the 115 and ADD in another column.
The third and final question is that after the abbreviation is created it to be connected with another column. For example, the ADD abbreviation neeeds to be added to 12F1 that is located in another column to get the output as ADD12F1.
Any Suggestions are greatly appreciated