S
StuJol
using access 2003 i have FormA and a sub form formB. FormB is a subform of
formA. FormB is view as a datasheet. When certains field are updated in the
subform formB, formA is refreshed using the following code
FormA.FormB.Form.Refresh
all works great except when formA is refreshed, subform formB is also
refreshed causing the cursor to go back to the first field.
is there a way to refresh formA without refresing its subform?
formA. FormB is view as a datasheet. When certains field are updated in the
subform formB, formA is refreshed using the following code
FormA.FormB.Form.Refresh
all works great except when formA is refreshed, subform formB is also
refreshed causing the cursor to go back to the first field.
is there a way to refresh formA without refresing its subform?