
Calling VBA modules in Access Data Pages
Yes, but VBA always has types and such, even ignoring the completely
different object models, almost all of it will just be wrong!
This is the reason why the TSI Frm/Rpt to DAP wizard puts the code behind
the page commented out -- so that someone can have it right there and do the
conversion. No way a free tool was ever going to have the money spent on it
to do that sophisticated level of conversion.... :-)
--
MichKa
This posting is provided "AS IS" with
no warranties, and confers no rights.
Quote:
> Ohh 1 or 2. <g>
> Point is they do need to work with VBScript which is a subset of VBA.
> --
> Joe Fallon
> Access MVP
> > How many procs have you done this with where it actually worked in
> VBScript,
> > without major modification? ;-)
> > --
> > MichKa
> > This posting is provided "AS IS" with
> > no warranties, and confers no rights.
> > > You can copy the procedure to the DAP and call it from there easily
> > enough.
> > > --
> > > Joe Fallon
> > > Access MVP
> > > > Hi All,
> > > > I am making a project in Access 2002 and I have an
> > > > Access data page, on this page I have a command button and
> > > > I like to call a module (I have wrote in VBA) from inside
> > > > the on click script for this command button. Is there any
> > > > way to call VBA modules from inside the VB script in
> > > > access data pages?
> > > > Best Regards
> > > > Peter