Can you lunch a VBA form from a Data Access Page?

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

Guest

Hi I need to be able to launch a VBA form from a data access page. I've no
idea how to even start...I've no problen launching them within the visual
basic modules of Access but I'm not versed in HTML so I can't work out how to
make a data access page run visual basic forms. I tried creating a button but
I can't even find it in the HTML code!

Can anyone help?
 
Probably impossible.

If you lower the security settings of IE to its minimum and if copies of
Access and the database are already present on the client machine, it might
be possible to use Automation to open Access and display one form inside it;
however not only will this be hard to do but also I don't see any reason of
using DAP if users have already access to Access on their machines.

The newsgroup for DAP is microsoft.public.access.dataaccess.pages; on
Google:

http://groups.google.ca/group/microsoft.public.access.dataaccess.pages
 
Back
Top