R
resonance
Hello, I have a "results table" in access database like following:
results
----------------------
lab id
--- ---
12 1
12 2
12 6
13 1
13 3
I need all "id" of lab 12 for example. I have written a sql statement but it
does not return anythig.
SELECT id FROM results WHERE lab=12
How can I choose all "id" of a certain lab?
results
----------------------
lab id
--- ---
12 1
12 2
12 6
13 1
13 3
I need all "id" of lab 12 for example. I have written a sql statement but it
does not return anythig.
SELECT id FROM results WHERE lab=12
How can I choose all "id" of a certain lab?