Hi,
I have the a command button on a form which has the following code on click:
DoCmd.TransferText acImportDelim, , "Patients", _
"T:\Practice Recovery Plans\data\import.csv", -1
However, what I would like to have is to be presented with a dialog box asking me to choose a csv file to...