However, after turning it back on, I get none of the auto complete coming up.
Same with the use of help, it says that if the local help is downloaded it will use that when there’s no internet. However, it only shows the local help.
Well even after turning odd the deprecated setting, it shows the same thing as before. BTW to make it start doing any of the auto complete, I had to restart the PC.
Oh well… guess there’s no way to choose the newer functions without manually typing them!
Unless you all know a trick or three to make this work…
One of the issues that you’re having is that you’re working with a deprecated class. In this case, you’ve got a RecordSet where the replacement is a RowSet, and that’s not a direct replacement.
IIRC, when both values are shown, you should be able to hold the SHIFT key down to have the IDE insert the replacement method. Unfortunately in this case it does completely the wrong thing.