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 :-
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.Code:Set High_Score = OpenDatabase("maths.mdb")
Please help me
Thanks




Reply With Quote