How to manage this query with the "intrinsic data control" in VB vs a database in Access?
SELECT Namn FROM ARTIST WHERE Skiva.Snr = SK_AR.Snr and SK_AR.Anr = ARTIST.Anr
If you run this query and want the results to show up in the DB-Grid, the query just returns the results from the fields in the first table - that is "Skiva"...
Why this? Do you have to have a data control for every table?
I´m anxious to know, since I´m developing an application for sports club...
Please help me!
/Perra
SELECT Namn FROM ARTIST WHERE Skiva.Snr = SK_AR.Snr and SK_AR.Anr = ARTIST.Anr
If you run this query and want the results to show up in the DB-Grid, the query just returns the results from the fields in the first table - that is "Skiva"...
Why this? Do you have to have a data control for every table?
I´m anxious to know, since I´m developing an application for sports club...
Please help me!
/Perra