I'm getting pretty decent with my VBA writing but this one has me stumped. I'm importing a txt file into access. It's the basic "read one file and write another to import". When the records populated from the txt file are imported into access, those records have a specific suspense date that needs to be associated. Ex. Records imported on 6 Jul 2010 would have a suspense of 8 Jul 2010 and those imported on 7 Jul 2010 would have a suspense of 9 Jul 2010. The suspense is not always 2 days. My only thought is for the vb programming to pull up some type of window and ask for the date and then vb to take that date and input into the rewritten txt file before importing. Looking for input of the best way to do this and where to start.