Hi Again All,
I have a Datasource which I query, works fine but when I package the application it can't find the datasource (which is an mdb file) how do I set the datasource to always look in the application path.
I have tried str = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source= App.Path + \REPRINT.MDB;Persist Security Info=False"
but it doesn't like this either. As always any help is appreciated.