T
Tom
My apologies if this is a common question or I have the wrong forum.
I have an db designed in Access 97 that I have converted to Access 2003. I
have several Access Macros that use the SendKeys function to input
information for the printing of Reports. My Macro does as follows:
SendKeys - 01* - wait
OpenReport - Print Monday - Print (view)
SendKeys - 02* - wait
OpenReport - Print Monday - Print (view)
..
..
..
..
..
Not the most efficent, but it worked.
Is there another Macro Function that I can use to get around the SendKeys
issues? Or, do I need to do a VBA script? If so, what would the
appropriate newsgroup to post a VBA/Access question?
Thank you for your time and assistance,
Tom
I have an db designed in Access 97 that I have converted to Access 2003. I
have several Access Macros that use the SendKeys function to input
information for the printing of Reports. My Macro does as follows:
SendKeys - 01* - wait
OpenReport - Print Monday - Print (view)
SendKeys - 02* - wait
OpenReport - Print Monday - Print (view)
..
..
..
..
..
Not the most efficent, but it worked.
Is there another Macro Function that I can use to get around the SendKeys
issues? Or, do I need to do a VBA script? If so, what would the
appropriate newsgroup to post a VBA/Access question?
Thank you for your time and assistance,
Tom