Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim qd as querydef,strSQ as string
set qd = currentdb.querydefs("mypassthru")
strSQ = "Exec dbo.SomeProcedure '" & somevar & "','" & someothervar & "'"
qd.sql = strsq
qd.execute