hi,

i'm creating a file using this code

Set fs = CreateObject("Scripting.FileSystemObject")
Set a = fs.CreateTextFile("C:\nax.txt", True)
a.writeline ("Part one completed, reg code will finally go here")
a.Close

and i want a want a way on form load that i can check to see if that file excists or not

thanks

Merlin ?