Glenn Rathke
|
| Posted: 11/02/2002, 4:39 PM |
|
I'm looking for some pointers or direction.
I need to display a Master / Detail relationship on a single page.
The page needs to display a Record Page for the parent record. And on that
page, below the data entry fields, I need to have a List of all children
records so I can view all child records associated with the parent.
Where do I start and how do I link the children to the parent.
Thanks
Glenn
|
|
|
 |
RonB
|
| Posted: 11/04/2002, 11:50 PM |
|
Hi,
This hsouldn't be to difficult. Just make sure that both the record and the
grid respond to the same variables passed thrue the url. Make sure that the
variables passes thrue the url are the ones that make the record uniek and
the grid shows only fields that correspond with the record. Just look at
which fields in the tables lock the two things together. Probably a primary
and foreign key. Pass these to the record/grid thrue the url.
RonB
"Glenn Rathke" <grathke@attbi.com> schreef in bericht
news:aq1r8o$i0m$1@news.codecharge.com...
> I'm looking for some pointers or direction.
>
> I need to display a Master / Detail relationship on a single page.
> The page needs to display a Record Page for the parent record. And on that
> page, below the data entry fields, I need to have a List of all children
> records so I can view all child records associated with the parent.
>
> Where do I start and how do I link the children to the parent.
>
> Thanks
> Glenn
>
>
|
|
|
 |
|