Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POP-UP causing 'Another User Updated Record' !?

Status
Not open for further replies.

HaroldGE

Vendor
Jul 13, 2004
11
US
My current form allows edits to a record.
I have a contol button activating a POP-UP form (where Popup=Yes and Modal=Yes) to edit Void fields in the same record.
How do I get around the 'Another User Updated Record' after editing in the POP-UP then leaving both forms ?
Refresh, Requery in current or POP-UP doesn't help.
All I can do now is close the current edit form before opening the POP-UP.
I'd like to leave the 1st form open and return to it when the POP-UP closes and not get 'Another User Updated Record'.
HGE
 
How about this...

On the pop-up form, include code something like this when you close the pop-up form.

Forms!FirstForm!ControlName = me.Control



Randy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top