J
JABCCS via AccessMonster.com
Hi all,
I have a form that I open in VBA with this command:
DoCmd.OpenForm "frmProjectBudgets", acNormal, , , , acDialog
The right-click shortcut menu is available but all the Filter options are
grayed out. In the form definition Allow Filters is set to "Yes".
If I remove the acDialog at open, the filter options are available.
I want the filter options to be available all the time but acDialog is
causing a problem. Anyone know why this is happening and what the fix is?
Thanks
john
I have a form that I open in VBA with this command:
DoCmd.OpenForm "frmProjectBudgets", acNormal, , , , acDialog
The right-click shortcut menu is available but all the Filter options are
grayed out. In the form definition Allow Filters is set to "Yes".
If I remove the acDialog at open, the filter options are available.
I want the filter options to be available all the time but acDialog is
causing a problem. Anyone know why this is happening and what the fix is?
Thanks
john