Oliver2003
Technical User
Hi, I'm trying trying to display subdata in a datagrid. e.g in access I have the tables Authors and Books (a one to many relationship which is linked by the field AuthorID)
What I would like to do is display on the same form, the author details using text boxes (I have this part working) and then the books they have written in a datagrid or similar control.
at the moment I just have:
rsRecordSet.Source = "Select * From Authors"
as the record source, do I need to define this again for the Books table? How do you get the datagrid to display only related items?
Thanks in advance for any help or pointers
Oliver
What I would like to do is display on the same form, the author details using text boxes (I have this part working) and then the books they have written in a datagrid or similar control.
at the moment I just have:
rsRecordSet.Source = "Select * From Authors"
as the record source, do I need to define this again for the Books table? How do you get the datagrid to display only related items?
Thanks in advance for any help or pointers
Oliver