Access VBScript

  • Thread starter Thread starter LC
  • Start date Start date
L

LC

Hi,

I am using a access data page and using vbscript.
Inside the vbscript I want to open a form. Do any one
know how to open a form using vbscript?

Thanks in advance,
LC
 
Hi

I understand this is how to how a form but inside of this:
<SCRIPT language=vbscript event=onclick for=Option1>
<!--

-->
</SCRIPT>

I want to open a html application from another html
application.

Thanks.
-----Original Message-----
Hi LC,

the command for opening a form in VB is
DoCmd.OpenForm "FormName", DisplayType, FilterOnField,
CriteriaForFilter, Mode, WindowType
 
Back
Top