GPA Level: Guest

|
Re: Master/Detail form Archived to Disk
The master usually shows a list of records. The detail shows... yes, the details of the record you selected. Whether it is the details of the record (Item and ItemDetails)or just another set of records (Order and OrderItems) With the default grid provided by MS it is not possible to change the contents of a record. You can, however, do this in the detail section. I usually do this by creating two recordsets one for the master and one for the details. With a filter on the rsDetails, to reflect the contents of the master record.
Hope this helps.
Guus
BTW if you want to edit records in the grid use e.g. True DB Grid by www.ComponentOne.com
[Edited by GPA on 13-06-2002 at 06:00 AM GMT]
|