Hello,
There seem to be a few places in MSAccess VBA where setFocus(), applied to a control, just won't work like you'd expect it should.
For instance in BeforeUpdate(), I actually get a VBA error stating that I need "to save the control" before using this method.
in AfterUpdate(), I get no such explicit error, but setFocus() is ignored.
Any pointers on this? Thanks...
There seem to be a few places in MSAccess VBA where setFocus(), applied to a control, just won't work like you'd expect it should.
For instance in BeforeUpdate(), I actually get a VBA error stating that I need "to save the control" before using this method.
in AfterUpdate(), I get no such explicit error, but setFocus() is ignored.
Any pointers on this? Thanks...