Click to See Complete Forum and Search --> : all operations in one asp page


Laith jodeh
03-14-2010, 04:23 PM
Dear all, I've a an ms access database called clients.mdb with one table called
customers , which contains the following fields:

customer_id; customer_name ; city ; telephone.

I want to make a ( Form ) contains the four fields with 3 buttons with relevant operations but all on the same page:

query button : to find the relevant record based on (customer_id) but without leaving current page.

update button : to update the retreived record after changing any field showing on the same page successful message without leaving current page.

delete button : to delete any retreived record showing successful message
without leaving current page.

yamaharuss
03-15-2010, 10:24 AM
Sounds like a great idea!


(Did you have a question or are you expecting us to hand you the code?)