Donovan Also
Mar 22nd, 2005, 10:57 AM
Hi there All.
I am upgrading a vb project to access 2003 data as opposed to the previous 97 databases. You have previously pointed me in the right direction on ADO which I am working on.
I have come up with another problem, I have code:-
CabStyleData.DatabaseName = Data_Path & "Cabinet Prices.mdb"
CabStyleData.RecordSource = "SELECT * FROM [Styles] ORDER BY [DESCRIPTION]"
CabStyleData.Refresh
I get an error message:-
Un recognised database format, Bla Bla
as above database format was 97 now 2003 :confused:
I am upgrading a vb project to access 2003 data as opposed to the previous 97 databases. You have previously pointed me in the right direction on ADO which I am working on.
I have come up with another problem, I have code:-
CabStyleData.DatabaseName = Data_Path & "Cabinet Prices.mdb"
CabStyleData.RecordSource = "SELECT * FROM [Styles] ORDER BY [DESCRIPTION]"
CabStyleData.Refresh
I get an error message:-
Un recognised database format, Bla Bla
as above database format was 97 now 2003 :confused: