Downunderq,
The use of SendKeys through all versions of Access has been problematic,
and many developers simply avoid its use at all costs. It is almost
always possible to do the same thing in a more reliable way, either with
macros or VBA procedures. For example, without knowing the details, I
imagine in your case the GoToControl macro action would achieve the same
purpose.

Signature
Steve Schapel, Microsoft Access MVP
> Hi
> Recently upgraded from access 2000 to 2003. I have a simple macro that issue
[quoted text clipped - 20 lines]
>
> Can anyone help? thanks in advance.
downunderq - 27 Nov 2004 11:11 GMT
Hi Steve,
Thanks for your input, the reason I used sendkeys is because I have quite a
few main form/subforms with the same structure, but the first control that i
want to go to in these subforms all have different names, by using sendkeys I
can use the macro on all of these forms, sort of like a template.
To use gotocontrol, as you realise, I would have to write a new macro for
each of these main form/subform structures because of the different control
names, possible but not very efficient and I am a lazy kind of a person :)
While waiting for a reply in this forum, I uninstalled ac2003 and installed
as2k on the same machine (a new dell insprion 8600 laptop), and of course
everything works as before.
If you can suggest any other ways, I would appreciate it, if not, my thanks
anyway, cheers.
Oh, one more thing, since I also tried converting the offending macro into
vba (in ac2003), the same symptoms still remains, any thoughts on this? thanks
> Downunderq,
>
[quoted text clipped - 29 lines]
> >
> > Can anyone help? thanks in advance.