data in use

S

Sensay

hello guys,
i have a form with 3 lists. and other text boxes.
in this form there is an edit button that will open another form containing
the data from the 1st form.
the user is supposed to change the data in this new form and get back to 1st
form to where he left it .
the problem is when trying to save the changes in the 2nd form , it will
give an error saying that the record is used by another form .
now i think there 2 solutions for this:
1-close the 1st form when opening the 2nd form but in this way i'll not be
able to get back to it with the same data that were opened.
2-try to move the record in the 1st form to another one so it won't be use
anymore, and when coming back to it (1st form) it will get back to the
original record, but i donno how to do that..

so what do u think, and plz help m

thanks in advance.
Sensay.
 
Top