G
Guest
Server = SQL Server 2000 SP3a
Access = 2000 SP4
I am trying to use application.setoption as it is stated in the Access help
file, even to the extent of copying the text into my .adp
It exists in the onOpen of the main form
eg
Application.SetOption "Don't display lists where more than this number of
records read", 50000
This fails with:
"'Don't display lists where more than this number of records read' is an
invalid name"
I don't understand how this can fail, as I've copied it from the Access help
(F1).
Any ideas ?
Access = 2000 SP4
I am trying to use application.setoption as it is stated in the Access help
file, even to the extent of copying the text into my .adp
It exists in the onOpen of the main form
eg
Application.SetOption "Don't display lists where more than this number of
records read", 50000
This fails with:
"'Don't display lists where more than this number of records read' is an
invalid name"
I don't understand how this can fail, as I've copied it from the Access help
(F1).
Any ideas ?