Opening access forms from outlook

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

Guest

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.
 
Hi,
if you opened access via automation (set oAccess = createobject(...) ) -
then you can open form using:
oAccess.docmd.openform "myform"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top