SteveCarrier
Programmer
I have a database with a bunch of tables and procedures that manipulate the data in the tables. Everything works great but now I need to make the data available to be edited or accessed through some data access pages. I realize now that these pages used slightly different VBSCRIPT coding rather than VBA. Instead of re-writing all of the procedures(50 pages of code) I was hoping that you can reference specific modules of the database and procedures within the modules. For example, if I have a button on a data access page and I want the button to run a PageManager() procedure within a module called modPageManager, can I call this from the VBScript of the button.
If anyone knows about these Data Access Pages I would really appreciate some advice!
Thanks a ton in advance.
Steve Carrier
If anyone knows about these Data Access Pages I would really appreciate some advice!
Thanks a ton in advance.
Steve Carrier