I have a form that shows customer info and their agent info.
If someone sees that the agent info is wrong, they can click a button which gives them a pop up screen to change the wrong information, or to add new information. They Click "OK" on the popup, and the underlying (opener) form needs to get updated to show the change/addition.
For that I'm using just plain ol'
frmCustomers.Requery
The problem is that after the underyling form is requeried, it always goes back to the first record in the underlying recordset. I want it to stay on the current record. I checked out the Bookmark property, but that doesn't work with Requery.
Can someone tell me how I get the form to stay on the current record?
thx.
SC
Ah say, there's somethin' a little "eeeeeeee" 'bout a boy who don't like basbawl...
If someone sees that the agent info is wrong, they can click a button which gives them a pop up screen to change the wrong information, or to add new information. They Click "OK" on the popup, and the underlying (opener) form needs to get updated to show the change/addition.
For that I'm using just plain ol'
frmCustomers.Requery
The problem is that after the underyling form is requeried, it always goes back to the first record in the underlying recordset. I want it to stay on the current record. I checked out the Bookmark property, but that doesn't work with Requery.
Can someone tell me how I get the form to stay on the current record?
thx.
SC
Ah say, there's somethin' a little "eeeeeeee" 'bout a boy who don't like basbawl...