Gentlemen, I am struggling to make an inner join query with three tables.
SELECT TblComentários.Comentários, AuditTable.RecordPrimaryKey, AuditTable.FieldName, AuditTable.OriginalValue,
AuditTable.NewValue, AuditTable.DateTimeStamp,TblPassosStatus.Passo
Table field
AuditTable RecordPrimaryKey
TblComentários CodPassosStatus
TblPassosStatus CodPassosStatus
must do the inner join of the selected fields above, where the three fields below are equal.