M
Matthew Pfluger
I have a split form set to display the datasheet on bottom. I have a
CommandButton in the Form Header that I want to perform the following
commands:
1. Set Focus to the datasheet portion of the Split Form
2. Select all records
3. Copy to the clipboard
Everything works except setting focus to the datasheet portion. I've tried
SetFocus on a bound control, but that doesn't work. I've tried the
CurrentView property of the Form, but it is ReadOnly (contrary to what the
Help File says...).
Does anyone know how to accomplish this? Thanks.
Matthew Pfluger
CommandButton in the Form Header that I want to perform the following
commands:
1. Set Focus to the datasheet portion of the Split Form
2. Select all records
3. Copy to the clipboard
Everything works except setting focus to the datasheet portion. I've tried
SetFocus on a bound control, but that doesn't work. I've tried the
CurrentView property of the Form, but it is ReadOnly (contrary to what the
Help File says...).
Does anyone know how to accomplish this? Thanks.
Matthew Pfluger