I have a series of combo boxes on a form.
Each combo box has a command button next to it, which allows the user to open a form which contains data in the combo boxes.
E.g.:
my combo box is cboCountry
my country maintenance form is frmCountry
I have added a find button on each of the combo box maintenance forms. The find buttons work fine on each of the forms only if I open them directly via the database window.
As soon as I open the maintenance forms via the command button on the form that contains the combo boxes, the find doesn't work. I get error message:
"The command or action 'Find' isn't available now."
Anyone know what is causing this?
Thanks,
BJS
Each combo box has a command button next to it, which allows the user to open a form which contains data in the combo boxes.
E.g.:
my combo box is cboCountry
my country maintenance form is frmCountry
I have added a find button on each of the combo box maintenance forms. The find buttons work fine on each of the forms only if I open them directly via the database window.
As soon as I open the maintenance forms via the command button on the form that contains the combo boxes, the find doesn't work. I get error message:
"The command or action 'Find' isn't available now."
Anyone know what is causing this?
Thanks,
BJS