I am wondering if it possible to refer to a row of data in access for a query, if I want to find a row by ID then use the next field in that row for a query without access using whole column, is this possible.
Use a single row in another table for a query
Collapse
X
-
Hi Dave,
in the query designer.
Open the tables you wish to display data from.
if no relationship exists between the two tables, you can create one by dragging the ID column from Table one over to the corresponding column in table two (establishing a relationship),
The columns selected from table two will display the data where the ID is equal to Table One.
hope this helps, and is not too vague...
Cheers
Leon -
Hi, thanks for your reply, however the ID numbers in the two tabels don't match, I have a database in one and a few towns and postcodes in the other, I need to reference a town and then its postcode without access using the whole column in the table and just using the one that the first part of the query has matchedComment
Comment