dapfeifer
Bringing Maverick Mojo
- Local time
- Today, 17:11
- Joined
- Jun 17, 2008
- Messages
- 68
Hey everyone,
I'm working in a database with gets its data from a text file, then assigns values in a blank column to the imported data once imported. The problem is that once I start the import process for another file the recordset starts back at the beginning of the table and I overwrite the data from the first import.
I am using a DAO recordset, so does anyone know how to move to the record that has a blank in the specific column I need to push data into?
If I need to clarify what I'm asking, please say so.
I'm working in a database with gets its data from a text file, then assigns values in a blank column to the imported data once imported. The problem is that once I start the import process for another file the recordset starts back at the beginning of the table and I overwrite the data from the first import.
I am using a DAO recordset, so does anyone know how to move to the record that has a blank in the specific column I need to push data into?
If I need to clarify what I'm asking, please say so.