ryancgarrett
Board Regular
- Joined
- Jun 18, 2011
- Messages
- 122
I have a pretty simple database that I use for basic reporting. Every day I download a csv report from a website that contains sales metrics from the previous day. There are 4 columns of data (A-D in Excel).
The Access table I import into has 6 fields (the first being an auto number record ID). The second field is ReportDate. The remaining fields match the csv fields.
Before importing the file I open in Excel, insert a new column to the left called ReportDate, and fill in the date that the data is from (i.e. today I input yesterdays date in Column A for all records). Then I can use the import wizard in Access to import into my database.
Is there a way to build my own import wizard in access that prompts the user to enter the report date, and then can append that to all records imported, instead of manually doing it in Excel beforehand?
The Access table I import into has 6 fields (the first being an auto number record ID). The second field is ReportDate. The remaining fields match the csv fields.
Before importing the file I open in Excel, insert a new column to the left called ReportDate, and fill in the date that the data is from (i.e. today I input yesterdays date in Column A for all records). Then I can use the import wizard in Access to import into my database.
Is there a way to build my own import wizard in access that prompts the user to enter the report date, and then can append that to all records imported, instead of manually doing it in Excel beforehand?