When I submit data to my Access database, two things happen or rather don't
happen. 1) the database is not updated and 2) I get an http 500 error rather
than "the page that should be displayed after clicking the submit button."
If I go to the database directly and add new data, "the page that should be
displayed after clicking the submit button" will display with all changes that
were added directly to the database.
Thus, it appears that there is connectivity between the database and "the page
that should be displayed after clicking the submit button". What do I need to
do to get the database updated using an asp form?
It is driving me crazy. Any help is greatly appreciated