I am not sure if this is even possible. All of my research has me leaning towards "no", but maybe I missed something. I am trying to export and save a .csv file whose name depends on the date entered. That is, I have a Microsoft Access program with a button that exports a .csv file. The button asks for a date and then gathers all of the information inputed on that day and exports it. Is there a way to code it such that it takes the date given by the user (ex. 9/1) and turns that into the filename (ex. 070901.csv)?
Also, would it be possible to have the file be csv without actually naming it .csv (i.e. .pos)?
Also, would it be possible to have the file be csv without actually naming it .csv (i.e. .pos)?
Comment