F
Fred
Hi,
Is it possible to bind a column in a table to a column in another table if
the columns are not a primary key.
I'll describe what I'm trying to do here.
One dataset.
Two tables - Job and Invoice
They are related through a DataRelation object with their primary and
foreign keys.
Job is the datasource of a DataGrid.
The grid displays info about jobs. I also want to display the date when a
possible related invoice was created.
(If such an invoice can't be found I display a default value.)
I preferrably don't want to solve this problem with my sql-statements.
Can I create a sort of lookup-column?
Thank you,
Fred
Is it possible to bind a column in a table to a column in another table if
the columns are not a primary key.
I'll describe what I'm trying to do here.
One dataset.
Two tables - Job and Invoice
They are related through a DataRelation object with their primary and
foreign keys.
Job is the datasource of a DataGrid.
The grid displays info about jobs. I also want to display the date when a
possible related invoice was created.
(If such an invoice can't be found I display a default value.)
I preferrably don't want to solve this problem with my sql-statements.
Can I create a sort of lookup-column?
Thank you,
Fred