Marius
August 15th, 2000, 03:33 PM
I have a DB with 2 tabels
I've created a Sql query in the data enviroment,
it's a join from the 2 tables.
(when T1.id=T2.id return the "name" of the specific id from the sec' table).
when I place the a DataGrid on the form,
and make .Addnew & .Update I don't get the "name" for that specific id.
if i close the app' and run it again I get
that "name" .
I've tried DataGrid1.Refresh
Please Help..
I've created a Sql query in the data enviroment,
it's a join from the 2 tables.
(when T1.id=T2.id return the "name" of the specific id from the sec' table).
when I place the a DataGrid on the form,
and make .Addnew & .Update I don't get the "name" for that specific id.
if i close the app' and run it again I get
that "name" .
I've tried DataGrid1.Refresh
Please Help..