Hi There all,

I have been setting my database to read by having the actual database located within the same directly as my VB app, using the following code :-

Code:
Set High_Score = OpenDatabase("maths.mdb")
I will like to add a error routine where by the if the "maths.mdb" is not located within the same directory, a browse dialogue is displayed enabling the user to find the specfic file.

Please help me

Thanks