T
TBernard
I have a continous subform, and when I select from a drop
down list I need to requery the subform so that the
information is correctly updated. CODE:
Me.Requery
Everything is working fine, except that when I run this
code it automatically sends the user back to the first
record of the continous form. So if the user is entering
in 20 records, and they select from this drop down list,
the information saves correctly, but they have to scroll
back down the subform to the correct record to continue
entering data.
Does anyone know a work around to this?
Thank you,
TBernard
down list I need to requery the subform so that the
information is correctly updated. CODE:
Me.Requery
Everything is working fine, except that when I run this
code it automatically sends the user back to the first
record of the continous form. So if the user is entering
in 20 records, and they select from this drop down list,
the information saves correctly, but they have to scroll
back down the subform to the correct record to continue
entering data.
Does anyone know a work around to this?
Thank you,
TBernard