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.
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.