Hi,
Trying to create directions for specific location, for where the report will save after it has run on the repository.
But for some reason it is not saving out after it has run.
If PromptID = Value Then myfilepath = "Value"
If GLX_DIM_MMG.MMG2_ID = "XQ" Then
myFilePath = "\\hubble\brands\Technical\FAULTYRR\Supplier\XQ"
ElseIf GLX_DIM_MMG.MMG2_ID = "XY" Then
myFilePath = "\\hubble\brands\Technical\FAULTYRR\Supplier\XY"
ElseIf GLX_DIM_MMG.MMG2_ID = "XI" Then
myFilePath = "\\hubble\brands\Technical\FAULTYRR\Supplier\XI"
Is there anything that I am missing, as when I try it without the prompt the files save out happily.
myFilePath = "\\hubble\brands\Technical\FAULTYRR\Supplier\XI"