K
kscheu via AccessMonster.com
I have a subform the opens in datasheet view by default. I want to allow
only custom shortcuts , but if you right click on the column header, a
shortcut menu with options Subform, sort asc, sort desc, copy, column width,
hide, freeze and unfreeze, pop up. I do not want to allow the user to
select any other view type. In the forms properties, I set all other views
to No, but if the user selects Datasheet View from the shortcut, The
recordsource changes and no rows are displayed. I am setting the
recordsource of the subform thru VBA.
How can I disable the Subform option all together?
Thanks,
KS
only custom shortcuts , but if you right click on the column header, a
shortcut menu with options Subform, sort asc, sort desc, copy, column width,
hide, freeze and unfreeze, pop up. I do not want to allow the user to
select any other view type. In the forms properties, I set all other views
to No, but if the user selects Datasheet View from the shortcut, The
recordsource changes and no rows are displayed. I am setting the
recordsource of the subform thru VBA.
How can I disable the Subform option all together?
Thanks,
KS