G
Guest
I have a select query but when i view it in datasheet view or in a list box
it doesn't display new heads but these which fields have from table.
SELECT Insurer.InsurerName AS Ασφαλιστής,
ApplicationForm.ApplicationFormNumber AS [ΑÏιθμός αίτησης],
Mid([ApplicationFormNumber],1,9) AS ΑΦΜ, ApplicationForm.Branch AS Κλάδος,
ApplicationForm.InsuredName AS ΑσφαλισμÎνος,
ApplicationForm.ApplicationFormDate AS ΗμεÏομηνία
FROM Insurer INNER JOIN ApplicationForm ON Insurer.InsurerID =
ApplicationForm.InsurerID
WHERE (((ApplicationForm.ApplicationFormNumber) Like
[Forms]![InsertApplicationFormNumber]![InsertApplicationFormNumber] & "*"))
ORDER BY ApplicationForm.ApplicationFormDate;
it doesn't display new heads but these which fields have from table.
SELECT Insurer.InsurerName AS Ασφαλιστής,
ApplicationForm.ApplicationFormNumber AS [ΑÏιθμός αίτησης],
Mid([ApplicationFormNumber],1,9) AS ΑΦΜ, ApplicationForm.Branch AS Κλάδος,
ApplicationForm.InsuredName AS ΑσφαλισμÎνος,
ApplicationForm.ApplicationFormDate AS ΗμεÏομηνία
FROM Insurer INNER JOIN ApplicationForm ON Insurer.InsurerID =
ApplicationForm.InsurerID
WHERE (((ApplicationForm.ApplicationFormNumber) Like
[Forms]![InsertApplicationFormNumber]![InsertApplicationFormNumber] & "*"))
ORDER BY ApplicationForm.ApplicationFormDate;