I am using access xp, and the following code in a module:
Public Sub Get_Input()
Dim strMsg As String
strMsg = "Enter the Fiscal Year and Fiscal Month in the format YYMM"
strInput = InputBox(strMsg)
'Change the path below to the live path
strPath_AP = "C:\nfslawson\" & strInput & ".VAPGLTRANS.csv"
The portion ".VAPGLTRANS.csv" actually gives the output of "#VAPGLTRANS.csv" - any idea why or how to fix that?
Thanks
What happens if you get scared half to death twice?
Bob
Public Sub Get_Input()
Dim strMsg As String
strMsg = "Enter the Fiscal Year and Fiscal Month in the format YYMM"
strInput = InputBox(strMsg)
'Change the path below to the live path
strPath_AP = "C:\nfslawson\" & strInput & ".VAPGLTRANS.csv"
The portion ".VAPGLTRANS.csv" actually gives the output of "#VAPGLTRANS.csv" - any idea why or how to fix that?
Thanks
What happens if you get scared half to death twice?
Bob