|
-
Feb 9th, 2005, 10:10 AM
#1
Thread Starter
Frenzied Member
help updating table from text file (VB\Access)
Hello,
I am not sure of the best way to do this, but I am looking for a way to update a field that is empty with a value from a text file. For example I am importing 5 of 6 fields of data into a table. The 6th field will be left blank. I would like to update that 6th field from data from another file. Can anyone give me a hand with this?
edit: the data for the 6th field will be a single value that will be applied to all the data imported to the first 5 fields.
Last edited by Besoup; Feb 9th, 2005 at 10:11 AM.
Reason: edit
-
Feb 9th, 2005, 11:20 AM
#2
Thread Starter
Frenzied Member
Re: help updating table from text file (VB\Access)
To be a bit more clear... I am importing a file with 5 fields and on the sixth field of the table I would like to enter the filename of the file I imported. Thanks for any ideas.
-
Feb 9th, 2005, 01:07 PM
#3
Re: help updating table from text file (VB\Access)
How are you importing it at the moment?
If you are using Insert/Insert-From statements it will be easy enough - just a matter of adding an extra field (with the fixed value) to the list.
-
Feb 9th, 2005, 01:14 PM
#4
Thread Starter
Frenzied Member
Re: help updating table from text file (VB\Access)
Right now I am importing with a import specification and a macro made in the access database. I am open to any new ideas tho.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|