Megawisdumb
Registered User.
- Local time
- Today, 04:33
- Joined
- Apr 18, 2002
- Messages
- 17
I've added a Calendar Control 11 into a Frontpage 2003 form that drops into an Access 2002 table. All the other data elements make it over except the Calendar Control object. Below is the code. I want it to pass "MM/DD/YYYY" format but I get nothing. Anyone know what I'm missing?
This is the script I'm using.
<SCRIPT LANGUAGE="vbscript">
<!--Sub Calendar1_Click()
MyForm.txtDate.value=Calendar1.Value
End Sub
-->
</Script>
phil
</object>
This is the script I'm using.
<SCRIPT LANGUAGE="vbscript">
<!--Sub Calendar1_Click()
MyForm.txtDate.value=Calendar1.Value
End Sub
-->
</Script>
phil
</object>
Last edited: