Opening an access form from Outlook form

  • Thread starter קובץ
  • Start date
×

קובץ

hello!

I have a form in access. I also have a form that is running in outlook.
I opened the access DB from outlook, and now I want to open the form (in
access).
Does anyone know how to do that?

Thanks,
Yonina.
 
K

Ken Slovak - [MVP - Outlook]

Do it the same way you'd display any form in Access code. One way might be
to use DoCmd with OpenForm. There are other ways of course too. Post in an
Access group for more information.
 
Top