Hello folks. Since there's a very limited place in my form for a subform, I'm intersted in replacing subform's vertical scroll bar with main form command buttons. I've tried this code, but it doesn't work:
Me.subfrmSubForm.SetFocus
SendKeys "{PGUP}", True
Do you have a suggestions on how to make this work?
Regards, Michael.
Me.subfrmSubForm.SetFocus
SendKeys "{PGUP}", True
Do you have a suggestions on how to make this work?
Regards, Michael.