Hi guys,
Now I'm really overwhelmed with 'new' things that always happened to my apps, just after fixing a problem.
This time,
on main form cbobox_afterupdate()
I move the focus to the subform so that I can go to certain record (navigating through).
Code:
Docmd.GoToControl "Subform"
When I stepped into the code, I found that after executing the code line, the whole controls in the main and subform are repositioned, moved to the left about 1/2 inch, so that I lost a little bit of each control size/part.
Any reason for this or anybody knows how to do the other way?
Thanks a lot,
Tin Tin
Now I'm really overwhelmed with 'new' things that always happened to my apps, just after fixing a problem.
This time,
on main form cbobox_afterupdate()
I move the focus to the subform so that I can go to certain record (navigating through).
Code:
Docmd.GoToControl "Subform"
When I stepped into the code, I found that after executing the code line, the whole controls in the main and subform are repositioned, moved to the left about 1/2 inch, so that I lost a little bit of each control size/part.
Any reason for this or anybody knows how to do the other way?
Thanks a lot,
Tin Tin