M
Michael
I have a main form that has a number of sub-forms. Some of the
subforms are different views of the same table. For example, my main
form is a form for tracking service calls we call "Tickets" which
pulls from the table "Tickets". There are 2 particular subforms,
"Accounts Receivable" and "Accounts Payable" that both pull their data
from the table "Accounting" via respective queries "Accounts Payable"
and "Accounts Receivable". These forms are linked by "TicketNumber".
We use a separate subform for Accounts Receivable and Accounts Payable
to enter all cost data on one form and all billable data on another
sub form without getting the 2 confused and to avoid having an
excessively long horizontal scroll in the subforms.
Currently, when I edit the data on one subform and then go to the
other subform, we have to somehow refresh things to be able to have
the edits from the first sub form show up on the secondary subform. I
usually just move to another record and then back or un-filter and
then re-filter.
Is there a way that, when we edit one subform or the other that they
will update/refresh/requery so that the other sub form views are
updated as well and don't give us that "another user has edited this
record" error?
subforms are different views of the same table. For example, my main
form is a form for tracking service calls we call "Tickets" which
pulls from the table "Tickets". There are 2 particular subforms,
"Accounts Receivable" and "Accounts Payable" that both pull their data
from the table "Accounting" via respective queries "Accounts Payable"
and "Accounts Receivable". These forms are linked by "TicketNumber".
We use a separate subform for Accounts Receivable and Accounts Payable
to enter all cost data on one form and all billable data on another
sub form without getting the 2 confused and to avoid having an
excessively long horizontal scroll in the subforms.
Currently, when I edit the data on one subform and then go to the
other subform, we have to somehow refresh things to be able to have
the edits from the first sub form show up on the secondary subform. I
usually just move to another record and then back or un-filter and
then re-filter.
Is there a way that, when we edit one subform or the other that they
will update/refresh/requery so that the other sub form views are
updated as well and don't give us that "another user has edited this
record" error?