After 2 hours of work, I'm resorting to support forums =). Sorry for the simplicity of the question.
I have two tables, and would like to return results from both of them. I have one table called "current_options" with fields "id" (primary key), "location", and "description".
The other table is "travellocations" with fields "id" (primary key), and "name". The 'location' field in the first table contains 'id' values from the second.
I would like to return all of the descriptions and names (the value in the second table, not the number in the first). Thanks in advance for any help.
Luke