sammers101
Registered User.
- Local time
- Yesterday, 19:29
- Joined
- May 11, 2012
- Messages
- 89
So I have a binder with pages of cards, 3x3 on each page. I created a form with entries displayed also as 3x3 per page and command buttons for next and previous pages. I was using a report but switched to a form so I can update the inventory for the cards as I go from page to page. It's much easier to update this information when it is displayed the same way that they are physically kept.
So the form has a pagebreak in it, NO TABS, and a variable page length. Depending on which binder I select, the form could be 5 pages, could be 10.
The problem:
I am using sendkeys pgup and pgdn for the command buttons but I have read that this is a bad idea: access.mvps.org/access/api/api0046.htm
Sendkeys works fine if I opened the form directly, but when I open the form in a dialog window the next and previous buttons don't work. Maybe I need to do setfocus? But I figured finding an alternative to sendkeys altogether would be better.
Thanks in advance
So the form has a pagebreak in it, NO TABS, and a variable page length. Depending on which binder I select, the form could be 5 pages, could be 10.
The problem:
I am using sendkeys pgup and pgdn for the command buttons but I have read that this is a bad idea: access.mvps.org/access/api/api0046.htm
Sendkeys works fine if I opened the form directly, but when I open the form in a dialog window the next and previous buttons don't work. Maybe I need to do setfocus? But I figured finding an alternative to sendkeys altogether would be better.
Thanks in advance