I'm trying to develop a database system using asp and ms access .How do i delete the data keyed in in asp without going to the database in ms access to delete it?

Hi,

You can create a button in ASP and then on its click create a database connection and execute delete query on that table for the value.

Hope this will help you out.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.