Pytanie : Dwa Wewnętrzny Łączyć w Jeden Zapytanie

I mieć zapytanie który potrzeba dwa wewnętrzny łączyć.  I mieć ono z (1) wewnętrzny i ale gdy I próbować the wewnętrzny wewnętrzny łączyć ono pracować…

My aktualny zapytanie być podążać:

SELECT tblIncidentPeople.intIncidentID, tblIncidentPeople.intPeopleID, tblIncidentPeople.txt Involvement, tblIncidents.intIncidentID, tblIncidents.txt NatureOfIncident, tblIncidents.memIncidentSummary, tblIncidents.datIncidentDate, tblIncidents.datIncidentTime, tblIncidents.datReportedDate, tblIncidents.datReportedTime, tblIncidents.datDateCreated, tblIncidents.booActive, tblIncidents.booReviewed, tblIncidents.booInvestigation, tblIncidents.booClosed, tblIncidents.booHPD, tblIncidents.intPrimaryInvestigator
FROM tblPeople WEWNĘTRZNY ŁĄCZYĆ (tblIncidents WEWNĘTRZNY ŁĄCZYĆ tblIncidentPeople NA tblIncidents.intIncidentID = tblIncidentPeople.intIncidentID) NA tblPeople.intPeopleID = tblIncidentPeople.intPeopleID
WHERE (((tblIncidentPeople.intPeopleID) = [Forms]! [frmSpecificationByPersonInvolved] . [txtPersonInvolved] ));

BUT I potrzebować ten wewnętrzny łączyć the wewnętrzny zapytanie:

FROM tblIncidents WEWNĘTRZNY ŁĄCZYĆ tblEmployee NA tblIncidents.intPrimaryInvestigator = tblEmployee.intEmployeeID

Can zapewniać zapewniać SQL poprawny składnia please.

Odpowiedź : Dwa Wewnętrzny Łączyć w Jeden Zapytanie

Cześć,

Ty móc asign the Pokaz i Wartość Członek the combo i the datagrid robić the dopasowanie dla ty długo the pole asigned the comboboxcolum mieć wartość the datasource asigned, jak jak:

        Ciemnawy dgvc Jako DataGridViewComboBoxColumn
        dgvc = CType (dgvRO.Columns ("cboItemNo"), DataGridViewComboBoxColumn)
        dgvc.DataSource = YOUDATASOURCE
        dgvc.DisplayMember = "THE POLE TY CHCIEĆ"
        dgvc.ValueMember = "THE POLE KTÓRY DOPASOWYWAĆ W OBA STÓŁ"

Datagrid musieć zanim ty ładować ty datagrid.

Nadzieja ono pomagać,
Inne rozwiązania  
 
programming4us programming4us