View Full Version : creating a form which shows all records for viewing, deleting, adding & modifying


somashekhark
12-29-2006, 10:10 AM
Sir,
I want create a form which should show all records of a table and it should be for viewing, deleting, adding & modifying as separate options below the all records. Please help me

Somashekhar

lightray
12-29-2006, 02:43 PM
Do you want to see the records one at at time? with perhaps command buttons to delete, add or edit?

Or something like a datasheet view?

somashekhark
01-02-2007, 10:19 AM
I want in datasheet format with command buttons to delete, add or edit?

lightray
01-02-2007, 02:26 PM
I want in datasheet format with command buttons to delete, add or edit?

You can switch your form design to datasheet view. Then put your buttons into a header or footer, depending on weather you want them top or bottom.
Do you need any further detail?:)

somashekhark
01-02-2007, 05:59 PM
I want complete PHP code to display all records of a table with 2 or 3 fields. And each record should have options addition, deleition, moification buttons. Please help me