My macros’ skill level is just a bit above “doesn’t that have something to do with knitting” so any assistance here would be, greatly, appreciated.
I’ve got a year’s worth of dBase IV dbf, weekly, backup files (same fields..different values) that I want to import into Access. A separate table for each file is, probably, not the best way to go but I think it may be the easiest. The file naming convention is alpha numeric with the alpha portion being the same for all and the numeric being a two digit week code and a two digit location code. Total number of files is 156.
I’d like a macro that will pull all the files into Access, name the table (can be the same as the filename), delete three or four extraneous fields in each file, add a field “WEEK”, auto-insert the two digit week code for every record and then prompt for a filename to save as.
I only have two questions.
1 – can all or any of this be done?
2 – how?