B
Brian
I have created a database with a scrolling form that lists all of the items
on a single Purchase Order. The number of items on a Purchase Order is
almost always is greater than what can be displayed on the screen without
scrolling. On this scrolling screen I have an unbound text box into which
the user types the number of items recieved, which may or may not equal the
number of items ordered (usually not). I am using the AfterUpdate event to
process the data entered into the text box. The scrolling form is then
updated and returns to the top of the page.
I am looking for some VBA code that I can stick in the AfterUpdate event
that would force the screen to return to the next item on the list. What
happens now is that the user being forced to scroll down the list until she
gets to the next item on the list to receive.
Any suggestions would be great.
Thanks to everyone who posts!
on a single Purchase Order. The number of items on a Purchase Order is
almost always is greater than what can be displayed on the screen without
scrolling. On this scrolling screen I have an unbound text box into which
the user types the number of items recieved, which may or may not equal the
number of items ordered (usually not). I am using the AfterUpdate event to
process the data entered into the text box. The scrolling form is then
updated and returns to the top of the page.
I am looking for some VBA code that I can stick in the AfterUpdate event
that would force the screen to return to the next item on the list. What
happens now is that the user being forced to scroll down the list until she
gets to the next item on the list to receive.
Any suggestions would be great.
Thanks to everyone who posts!