C
Carrington
Hi everybody:
I've programmed code for a form at home under Access 2003 involving a list
box control.
When we try to run the form at the office (under Access 2000), the code
stops at this line:
List01.add ...
Access tells us "Compilation error. Method was not found".
In the code window, if we type the dot then the writing code assistant
displays the list with all the properties and methods and "Add" method seems
to be dissapeared. The first four lines are:
..addcolon
..afterupdate
..application
..autolabel
What´s wrong? Will it be a references problem? The first time we opened the
DB we had to change the latest ones from Access 2003 to the older ones under
Access 2000. The actual references loaded are:
VBA
OLE Automation
MS Access Library 9.0
MS ActiveX Data Objects Library 2.5
MS ActiveX Data Objects Recordset Library 2.5
Thanks in advance
Carrington
I've programmed code for a form at home under Access 2003 involving a list
box control.
When we try to run the form at the office (under Access 2000), the code
stops at this line:
List01.add ...
Access tells us "Compilation error. Method was not found".
In the code window, if we type the dot then the writing code assistant
displays the list with all the properties and methods and "Add" method seems
to be dissapeared. The first four lines are:
..addcolon
..afterupdate
..application
..autolabel
What´s wrong? Will it be a references problem? The first time we opened the
DB we had to change the latest ones from Access 2003 to the older ones under
Access 2000. The actual references loaded are:
VBA
OLE Automation
MS Access Library 9.0
MS ActiveX Data Objects Library 2.5
MS ActiveX Data Objects Recordset Library 2.5
Thanks in advance
Carrington