Recent content by WRuehfel

  1. W

    How select fields from 2 tables with the identicel name

    I have two tabels exempel SQL: Select * From Auftrag1 Auf1, Auftrag2 Auf2 Where Auf1.AufNr = Auf2.AufNr Order by Auf1.Aufnr after execute I would get the Field with the Name "Status" from Auftrag1 and Auftrag2 How can I do this With the function Text1 := FieldAsString('Auf1.Status') Text2 :=...
Back
Top