Forum Moderators: open
I needed to rewrite the code into JavaScript to integrate it into the rest of my site, and although the JS code can read from the table with the name "Date" it can't write to it,causing a syntax error. If I rename the field to "eDate" it works just fine.
I thought it was odd that it would work in VBSCRIPT but not in JS.
I did notice that the VB code didn't use a SQL statement while the JS code did. Would that be the difference?