Originally posted by baby
um sorry but i dun really get u what u mean by app.path??? u mean i add this line inside the connection string????
will look something like this...

VB Code:
  1. strConnectionLocation = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
  2.                         "Data Source=" & App.Path & "\CSSTS.mdb;" & _
  3.                         "Persist Security Info=False"