I have a continous subform, that once a drop down box is choose from, the subfrom needs to be requeried CODE:
Me.Requery
This works just fine, except the requery automatically sets the focus back to the 1st record. So if the users enters like 20 records into the subform, and they are scrolled down, and they choose from the drop down list, everything saves correctly, but they are thrown back to the first record.
Is there anyway around this?
Thank you,
T.J.
Me.Requery
This works just fine, except the requery automatically sets the focus back to the 1st record. So if the users enters like 20 records into the subform, and they are scrolled down, and they choose from the drop down list, everything saves correctly, but they are thrown back to the first record.
Is there anyway around this?
Thank you,
T.J.