combo box work, now work

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
In 2 forms I have place a search combo box. When I open these forms
directly, the combo work perfectly, but when I call these forms by a general
menu, the combo box doesnt work anymore.

I need this general menu but since I had create it, no combo box had worked.

Thanks
 
Hi

what is your code after for example the click event, did you code like this
via your general menu:

DoCmd.OpenForm FormName, acNormal, , , acFormEdit, acDialog
 
Its work, thanks a lot

Friedi said:
Hi

what is your code after for example the click event, did you code like this
via your general menu:

DoCmd.OpenForm FormName, acNormal, , , acFormEdit, acDialog
 
Back
Top