currently name of my database is tool.mdb...if i change it to some thing else...it won't work...how to remove this dependency...
the error is in this part of the code
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & CurrentProject.Path & "\tool.mdb;"
how to???
plz help
thanks

the error is in this part of the code
strConn = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & CurrentProject.Path & "\tool.mdb;"
how to???
plz help
thanks