Re: Can I display data from different tables in same dataGrid view?
- From: "Cor Ligthert" <notmyfirstname@xxxxxxxxx>
- Date: Fri, 22 Apr 2005 07:35:10 +0200
Mdb,
When you want them in one row you have to use the join, or to create an
extra table (or add data using the relations to extra created columns using
the expression with the relation in the child and display that).
Keep in mind that you cannot update that created (or joined) table in a
straight way.
You would have to pull the data out that again.
I hope this helps,
Cor
.
- Follow-Ups:
- References:
- Prev by Date: RE: DataTable.Select Sort order bug
- Next by Date: Datareader and Connection
- Previous by thread: Re: Can I display data from different tables in same dataGrid view?
- Next by thread: Re: Can I display data from different tables in same dataGrid view?
- Index(es):
Relevant Pages
|