Popup Frustrations (removing records)

  • Thread starter Thread starter mattmanp
  • Start date Start date
M

mattmanp

I have a form that displays all the records that meet a certai
criteria (must be received but not completed). I have a popup bo
that lets you enter data for any record which then sets it t
complete. I've been trying to requery from the popup box's clos
method, but can't seem to get it to work. This is purely a view wha
is there and complete any batch, adding new batches is seperate. Al
else that is on the page are some sorts and filters and when I go t
use one it give me an error that another user has changed the data
do you want to keep their changes. Thanks for the help

Mat
 
If I understand correctly, you have something like the following sequence:
in form A, call the popup
in popup, do something
in popup, try to requery form A
return to form A

Try this:
 
Back
Top