Help ! I am designing this simple database to retrieve some data. The source data is a .txt file that is imported. The data however is not consistent, for example:
item location name
------ --------- -----
r5 22110001 conn
33110001 conn
44110001 conn
r6 11111111 plug
r7 11223344 plug
the empty space between r5 and r6 means it is still "r5". How do I fill this space with the actual value of "r5" without compromising the rest of the data. The file has over 300,000 records, and this situation is repeated many times over within the table.
I am still very green when it comes to Access97. Please help. Thank you in advance.
item location name
------ --------- -----
r5 22110001 conn
33110001 conn
44110001 conn
r6 11111111 plug
r7 11223344 plug
the empty space between r5 and r6 means it is still "r5". How do I fill this space with the actual value of "r5" without compromising the rest of the data. The file has over 300,000 records, and this situation is repeated many times over within the table.
I am still very green when it comes to Access97. Please help. Thank you in advance.