Hey all,
I'm useing an Access database coupled with an ASP front end. I have created a 3 table, and linked them via the 'look up wizard' and create relationships between the tables.
The issue I'm having is that even with the relationships, the query only seems to return the numbers and not the information.
Such as I have an 'owner' table, and a 'lit' table.
the 'Lit' table has a field called owner that referances a record in the 'owner' table.
a query like this:
SELECT data FROM Lit WHERE Owner = 'PogoWolf';
wont work.. I would need to change 'pogowolf' into '1'
(the ID of Pogowolf in the 'owner' table)
am I missing something, that is not allowing my querys to use the realtionships set?
---===///The PogoWolf\\\===---
Darkness..Bleakness..Plastic forks..?
I'm useing an Access database coupled with an ASP front end. I have created a 3 table, and linked them via the 'look up wizard' and create relationships between the tables.
The issue I'm having is that even with the relationships, the query only seems to return the numbers and not the information.
Such as I have an 'owner' table, and a 'lit' table.
the 'Lit' table has a field called owner that referances a record in the 'owner' table.
a query like this:
SELECT data FROM Lit WHERE Owner = 'PogoWolf';
wont work.. I would need to change 'pogowolf' into '1'
(the ID of Pogowolf in the 'owner' table)
am I missing something, that is not allowing my querys to use the realtionships set?
---===///The PogoWolf\\\===---
Darkness..Bleakness..Plastic forks..?