I have an asp page that is submitting information from a form to an access database. Once it is submitted I want to immediately retrieve that data and display it on the web page. The information is being submitted but when it retrieves the information it is bringing back the second to last record not the last record. My sql command for the access database is SQL = "SELECT TOP 1 * FROM page1 ORDER BY ID DESC;"
and therefore, theoretically, should work. It works in Access. Any suggestions?
and therefore, theoretically, should work. It works in Access. Any suggestions?