I have created a Data Access Page in Microsoft Access using the wizard. Microsoft provides a Script Editor to modify the VB script. I can get the JavaScript code to run but I can't get any VB script code to run. The section of code that I tried was:
<SCRIPT language=vbscript event=onclick for=Command0>
<!--
wscript.echo " This is a test"
-->
</SCRIPT>
Any ideas?
<SCRIPT language=vbscript event=onclick for=Command0>
<!--
wscript.echo " This is a test"
-->
</SCRIPT>
Any ideas?