Can't find macro '11'

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

I have a subform and when I click a control (to then select the "Properties"
option) I get the following error message:

XXXXX database can't find teh macro '11'
The macro (or it's macro group) doesn't exist, or teh macro is new but
hasn't been saved.

I have no macro named '11' and the control is a simple combo box on a table.

I can't figure out what is causing this error.

Any ideas?

-Stephen
 
Hello,

Create a macro that does what you want the combo box to do
and call it 11 and see if it solves your issue. If not
then just post back.

HTH

James
 
Is it one specific control that this happens for. If so, check the properties
of the control, especially the event properties for "11".

If it happens for the subform and all controls on the subform, I would check the
properties of the subform.

Also, try opening the subform's form directly into design view and check its
properties.
 
Back
Top