franksirvent
Programmer
Hi
I have a database done in Access 2000
Although it runs ok with Access 2003, I get the following error:
"DLL Library Error"
it happens when it reaches the following code:
Set dbs = CurrentDb() <<<STOPS HERE WITH THE ERROR
SQLLINE = "SELECT [No de Facturas].Id, [No de Facturas].[No] FROM [No de Facturas];"
I am sure it must be some Reference which I need to tick, however I have ticked every reference I can think of and still doesn't work...
Any ideas what i need to do ?
thanks
I have a database done in Access 2000
Although it runs ok with Access 2003, I get the following error:
"DLL Library Error"
it happens when it reaches the following code:
Set dbs = CurrentDb() <<<STOPS HERE WITH THE ERROR
SQLLINE = "SELECT [No de Facturas].Id, [No de Facturas].[No] FROM [No de Facturas];"
I am sure it must be some Reference which I need to tick, however I have ticked every reference I can think of and still doesn't work...
Any ideas what i need to do ?
thanks