I'm trying to write an asp page that will allow me to edit/delete/add records in my access database. But am having very little luck with it. Can anyone help?
I want a page to display all page_id and page_ref entries in the database. With an delete/update option to one side. When the update link is clicked then you fill in a textbox press a submit button and the database gets updated. When you click on the delete link a pop-up message box saying are you sure appears ok deletes the entry, cancel just takes you back to the editing page.
At the bottom of the page I would like the opton to add a new record to both fields.
Can anyone please help me out. I'm only just starting to learn ASP, but this project is quite important to me. Thanks.
I want a page to display all page_id and page_ref entries in the database. With an delete/update option to one side. When the update link is clicked then you fill in a textbox press a submit button and the database gets updated. When you click on the delete link a pop-up message box saying are you sure appears ok deletes the entry, cancel just takes you back to the editing page.
At the bottom of the page I would like the opton to add a new record to both fields.
Can anyone please help me out. I'm only just starting to learn ASP, but this project is quite important to me. Thanks.