Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
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 Ifcontinue with program.[/CODE]Thanks
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