Sensibilium
Programmer
Can anyone help? I need to create a DSN-less connection from VBA code for a 32-bit ODBC connection to Sage Line 50 (v6), due to the package and deployment wizard always falling over with my linked tables to Sage (It always pops up a dialog mid package building saying 'Error: Subscript out of Range'. I click OK, and it just carries on packing the front-end).<br><br>The reason as to why I know its the linked Sage tables, is because the same error occured when splitting my db, and would only go away if I deleted the link tables first.<br><br>I have tried keeping the linked Sage Tables within the back-end, and then linking to them from the front-end, but nothing seems to stop the 'Subscript Out Of Range' error...<br><br>I did see a DSN-less connection subroutine in Alison Baxters Access 2000 book, but I can't find it anywhere in the book anymore (which is weird...).<br><br>~Maybe~ I don't actually need a DSN-less connection to ODBC, as all the machines I want to install the front-end on has the same DSN installed, but I still need to stop the subscript range errors.<br><br>Any help would be greatly appreciated.