ScottNomus
Programmer
I am trying to get a few forms to work that I have exported from Access97. I have the pages coming up but the buttons on the forms are not workin.I don't know if I am leaving something out or if I need to add something to the code.
***** HERE IS A PIECE OF THE CODE *****
<OBJECT ID="open_log_in"
CLASSID="CLSID7053240-CE69-11CD-A777-00DD01143C57"
STYLE="TOP:447;LEFT:388;WIDTH:120;HEIGHT:42;TABINDEX:1;ZINDEX:1;">
<PARAM NAME="BackStyle" VALUE="1">
<PARAM NAME="Caption" VALUE="&Log In">
<PARAM NAME="ForeColor" VALUE="2147483666">
<PARAM NAME="FontHeight" VALUE="200">
<PARAM NAME="Font" VALUE="MS Sans Serif">
<PARAM NAME="FontName" VALUE="MS Sans Serif">
<PARAM NAME="Size" VALUE="3120;1092">
<PARAM NAME="SpecialEffect" VALUE="0">
<PARAM NAME="VariousPropertyBits" VALUE="10">
</OBJECT>
I was under the understanding that with Access it was simple to export the database to the WEB...
Thanks for you Help
***** HERE IS A PIECE OF THE CODE *****
<OBJECT ID="open_log_in"
CLASSID="CLSID7053240-CE69-11CD-A777-00DD01143C57"
STYLE="TOP:447;LEFT:388;WIDTH:120;HEIGHT:42;TABINDEX:1;ZINDEX:1;">
<PARAM NAME="BackStyle" VALUE="1">
<PARAM NAME="Caption" VALUE="&Log In">
<PARAM NAME="ForeColor" VALUE="2147483666">
<PARAM NAME="FontHeight" VALUE="200">
<PARAM NAME="Font" VALUE="MS Sans Serif">
<PARAM NAME="FontName" VALUE="MS Sans Serif">
<PARAM NAME="Size" VALUE="3120;1092">
<PARAM NAME="SpecialEffect" VALUE="0">
<PARAM NAME="VariousPropertyBits" VALUE="10">
</OBJECT>
I was under the understanding that with Access it was simple to export the database to the WEB...
Thanks for you Help