| |
mhjb
Posts: 1
Score: 0
Joined: 6/16/2003
From: New Zealand
Status: offline
|
Hi there On a page on my client's intranet i've made a button called MSAccess, and an onclick procedure for it: Sub MSAccess_onclick() Set acApp = CreateObject("Access.Application") With acApp .OpenCurrentDatabase "f:\Database.mdb" .Visible = TRUE .Run("webGotoItem(""ItemOne"")") End With End Sub That opens the database correctly, but then Internet Explorer gives me an error message: Error: Microsoft Access can't find the procedure 'webGotoItem("ItemOne").' webGotoItem is a Public function in a module called Miscellaneous in the database. If you've got any ideas on how to make this work i'd be very grateful. -Matt
|
|