zeroaccess
Active member
- Local time
- Today, 10:04
- Joined
- Jan 30, 2020
- Messages
- 671
I'm looking at some code from pbaldy here: http://www.baldyweb.com/Requery.htm
I have a record list and a popup data entry form. On the click event of the Close button on popup form, I have a requery, which acts on the underlying form (the record list in this case) to add the new record to the list. Basically, like Northwind.
But if you scroll down the list and open the popup form from one of the existing records, then close the popup form, it will take you back to the top of the list because of the requery.
I'd like to incorporate this bookmark code but I'm not sure what changes would need to be made in this case. Any help would be appreciated.
I have a record list and a popup data entry form. On the click event of the Close button on popup form, I have a requery, which acts on the underlying form (the record list in this case) to add the new record to the list. Basically, like Northwind.
But if you scroll down the list and open the popup form from one of the existing records, then close the popup form, it will take you back to the top of the list because of the requery.
I'd like to incorporate this bookmark code but I'm not sure what changes would need to be made in this case. Any help would be appreciated.