I thought I could do it by,
.ConnectionString = "Data Source=.\
but this doesn't work, previously I had,
.ConnectionString = "Data Source=C:\
to specify the C:drive but I want my program to be able to be used from any drive
any help is appreciated,
thanks