Snowflake68
Registered User.
- Local time
- Today, 20:11
- Joined
- May 28, 2014
- Messages
- 464
I have a pop up form (Continuous view) that is bound to a query. The detail section contains only two fields of information, Item Name and Item Cost. As actions are taken on the main form I need the pop up form to update to show the costs of additional items that have been added. Basically the pop up displays an overall picture of the items and their related cost. I am querying the pop without a problem however each time it is re-queried it displays the top of the form again.
Is there a way of scrolling to the bottom each time it is re-queried.
I have tried to use the Send Keys Page Down functionality when a control on the pop up form has the focus but all this does is scroll down on the main form and not the pop up.
SendKeys "{PGDN 2}"
Thanks in advance
Is there a way of scrolling to the bottom each time it is re-queried.
I have tried to use the Send Keys Page Down functionality when a control on the pop up form has the focus but all this does is scroll down on the main form and not the pop up.
SendKeys "{PGDN 2}"
Thanks in advance