I have a asp page that displays a series of dates and other data. The user is allowed to edit these dates and return the new dates to an edits table. If the date is not edited the app will write the original date to the edits table. I have a problem when the original date is blank. (not null but blank) The app errors with an invalid date in this instance. How can I insert a blank date into a table. The table format is VFP dbf. the command line is :
.fields("igadraft").value = request.form("igaDraft")
Thanks for any help on this one.
.fields("igadraft").value = request.form("igaDraft")
Thanks for any help on this one.