H
Heath
Hi all,
I have an existing access database with several tables and relationships
already setup. What I am trying to do it using SQL to select information
from a table based on certain information. The problem I get is the
fields that have relationships do not display the correct data but
rather the primary key for that data.
So for instant I want to select everything from Table1 and instead of
getting the first name from table1 I get a value of 15 which is the
primary key(id) of the actually first name.
I am not sure if there is a setting in access to pass the actual name,
or I do I need to query the names table for the name of the primary key
value.
Maybe this is an issue with my SQL or how I am implementing it...
any input would be helpfully!
I have an existing access database with several tables and relationships
already setup. What I am trying to do it using SQL to select information
from a table based on certain information. The problem I get is the
fields that have relationships do not display the correct data but
rather the primary key for that data.
So for instant I want to select everything from Table1 and instead of
getting the first name from table1 I get a value of 15 which is the
primary key(id) of the actually first name.
I am not sure if there is a setting in access to pass the actual name,
or I do I need to query the names table for the name of the primary key
value.
Maybe this is an issue with my SQL or how I am implementing it...
any input would be helpfully!