D
Dan
I have 2 forms that the user enters information into for
the same record. There is a button that they click that
just opens the next form and finds the same record, they
enter the additional information and then closes the
second form and returns back to the first.
However it normally says something about another user has
changed the record and askes if they want to save the
record or drop the changes. What would be the best way to
resolve this? I thought about having it flip to another
record once the form becomes deactivated and then return
to it and find the same record, but I have had a hard
time flipping back to the right record. Is there a better
solution than this? How can I have a variable or
something that will remember the record and can be used
on the deactiviated/activated event procedures.
the same record. There is a button that they click that
just opens the next form and finds the same record, they
enter the additional information and then closes the
second form and returns back to the first.
However it normally says something about another user has
changed the record and askes if they want to save the
record or drop the changes. What would be the best way to
resolve this? I thought about having it flip to another
record once the form becomes deactivated and then return
to it and find the same record, but I have had a hard
time flipping back to the right record. Is there a better
solution than this? How can I have a variable or
something that will remember the record and can be used
on the deactiviated/activated event procedures.