I have the following line in my Module:
Call Shell("C:\WINDOWS\NOTEPAD.EXE c:\Progra~1\RPS\Create\Reject.fil", 1)
However, there will be instances where this Call line will not find the file of "Reject.fil" and will ask the user if they would like to create a new document... I would like to bypass this possibility...
What I would like to do from within my Module coding, is determine whether or not the "Reject.fil" exists and bypass from there... I believe this to be the simpler process than trying to answer the Notepad's question from within Access... Although, I'm always open to more efficient means and thoughts...
Roy aka BanditLV
Las Vegas
Call Shell("C:\WINDOWS\NOTEPAD.EXE c:\Progra~1\RPS\Create\Reject.fil", 1)
However, there will be instances where this Call line will not find the file of "Reject.fil" and will ask the user if they would like to create a new document... I would like to bypass this possibility...
What I would like to do from within my Module coding, is determine whether or not the "Reject.fil" exists and bypass from there... I believe this to be the simpler process than trying to answer the Notepad's question from within Access... Although, I'm always open to more efficient means and thoughts...
Roy aka BanditLV
Las Vegas