I have this code OnClick of a command button
DoCmd.TransferText acImportFixed, “CAP 2007”, “SPECIALTY CAP “, _
“R:SMGR HMOS 2009AETNA 2009 MAR 2009CAP FILESSPECIALTY CAPG0034V00.txt”, False, “”
Every month I have to go into the code and change the month (using Find/Replace)
Is there a way to have this use a parameter so that when I click the button it asks for the Month? [Enter Month]
I know this works in a query, but I don’t recall seeing how this would work in a form.
Thank you !
Michael