Reply to thread

The code that i am using is :


[CODE]


locationd = "\\BEDROOMPC\All\RecruitmentLive!.mdb"


database = File.Exists(locationd)


If database = False Then

                msgbox("Not Database not available")

End If


continue with program.


[/CODE]


Thanks


Back
Top