Access VBScript

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
 
L

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top