How do I show the data entered into a database on a created
Posted: Wed Apr 13, 2005 9:38 am
Basically i have created a form which is blank and it has a button saying "view data".
I have a table called "client" with the fields client_id (Auto-Increment), company_name, company_address, company_tel_no, company_email, regular/irregular.
And basically what I would want to know is that how would I be able to view the data entered into the "client" table when the "view data" button is pressed, so when the button is pressed it will show the data from the "client" table in a viewable table on the form that I have created, with the option of being able to edit or delete each of the data shown.
I hope anyone would be able to help me mate
Thank you for you time very much appreciate it Take Care
I have a table called "client" with the fields client_id (Auto-Increment), company_name, company_address, company_tel_no, company_email, regular/irregular.
And basically what I would want to know is that how would I be able to view the data entered into the "client" table when the "view data" button is pressed, so when the button is pressed it will show the data from the "client" table in a viewable table on the form that I have created, with the option of being able to edit or delete each of the data shown.
I hope anyone would be able to help me mate
Thank you for you time very much appreciate it Take Care