Neuigkeiten:

Wenn ihr euch für eine gute Antwort bedanken möchtet, im entsprechenden Posting einfach den Knopf "sag Danke" drücken!

Mobiles Hauptmenü

Query Frage

Begonnen von sathsaj, Mai 07, 2019, 16:37:32

⏪ vorheriges - nächstes ⏩

sathsaj

Column A
1-10 Years
Sonya
Gabriel
Markus
10-30 Years
Oliver
Tanya

I need a query where I can extract Only Sonya,Gabriel and Markus from Column A in access.

Beaker s.a.

SELECT [Column A]
FROM YourTable
WHERE [Column A] = 'Sonya'
   OR [Column A] = 'Gabriel'
   OR [Column A] = 'Markus'

Alles, was geschieht, geschieht. - Alles, was während seines Geschehens etwas anderes geschehen lässt, lässt etwas anderes geschehen. - Alles, was sich selbst im Zuge seines Geschehens erneut geschehen lässt, geschieht erneut. - Allerdings tut es das nicht unbedingt in chronologischer Reihenfolge.
(Douglas Adams, Mostly Harmless)

sathsaj

The names will keep changing I need something in access where data can be extracted between 1-10 Years and 10-30 Years

MzKlMu

Hello,
You should also write what you need.
If the table is really as shown, it is not usable for Access.

Please describe the structure of the table exactly.
Gruß Klaus

sathsaj

the table is like this
I need the results as below.
Sonya 1-10 Years
Gabriel 1-10 Years
Markus 1-10 Years

MzKlMu

Hello,
with the structure of the table shown, this is not possible.
Gruß Klaus