kevmeister123
Technical User
Hi again,
I had a query problem a couple of weeks ago which Remou very kindly helped me fix. I have since had to re-order a few things in my database and the query stopped working, but i don't know how to get it working again. Please Help.
My sheep management database consists of several tables: sheep, breed, category, status.
The latter 3 consist of only a index auto number field and one other text field.
The sheep table consists of id, breed (select from breed table), category (select category table), status (from status table), and a number of other fields which are directly typed in.
I want a query to list all sheep with for example "Sold" in the status column. However, the best I can get it to do is it displays 1 line only - If sold is index 3 (in the status table) then it will display "Sold" as well as the contents for index 3 from the sheep table. I know it's probably something to do with my relationships but i've been playing around for ages trying to get it working.
Any ideas?
Many thanks.
Kev
I had a query problem a couple of weeks ago which Remou very kindly helped me fix. I have since had to re-order a few things in my database and the query stopped working, but i don't know how to get it working again. Please Help.
My sheep management database consists of several tables: sheep, breed, category, status.
The latter 3 consist of only a index auto number field and one other text field.
The sheep table consists of id, breed (select from breed table), category (select category table), status (from status table), and a number of other fields which are directly typed in.
I want a query to list all sheep with for example "Sold" in the status column. However, the best I can get it to do is it displays 1 line only - If sold is index 3 (in the status table) then it will display "Sold" as well as the contents for index 3 from the sheep table. I know it's probably something to do with my relationships but i've been playing around for ages trying to get it working.
Any ideas?
Many thanks.
Kev