PDA

Click to See Complete Forum and Search --> : master-detail form- Can anybody send the code


jakk_rs
Oct 15th, 2000, 04:31 AM
i want to developing a master detail form . can any body send the code for developing master detail form with
data grid control. i have table temp with field
emp_no,name,ins_name,cousre,fromdate,todate.
i want to place empno,name on top and in data gird remaining
fields and i want save multiple entry with emp_no and name.
Please send the code to add,edit and delete the entries.

HunterMcCray
Oct 16th, 2000, 10:56 PM
See examples in MSDN that shipped with your version of VB. You will need to trap events in your master list to update the details list. Not hard to do, but all really depends on your Form, Controls and Tables.

Hunter