scottyjohn
Technical User
Hi all,
I have two tables in an oracle instance that I am trying to query using access 2000. The first table PERSON should be able to be joined to the second table named STATUS in the following way...
SELECT PERSON.EMPLOYEE_ID, STATUS.STATUS
FROM PERSON INNER JOIN STATUS ON PERSON.DBID = STATUS.AGENTDBID;
Problem is that although on my oracle SQL gui it shows these two fields as NUMBER fields, when they have been linked in access, it shows one as a number and the other as a text field. Therefore the join becomes invalid and the query fails. Is there anyway to force access to see both tables field types properly when creating the join? Or is there some reason why its having this problem?
Any help is appreciated!
John
![[bigglasses] [bigglasses] [bigglasses]](/data/assets/smilies/bigglasses.gif)
I have two tables in an oracle instance that I am trying to query using access 2000. The first table PERSON should be able to be joined to the second table named STATUS in the following way...
SELECT PERSON.EMPLOYEE_ID, STATUS.STATUS
FROM PERSON INNER JOIN STATUS ON PERSON.DBID = STATUS.AGENTDBID;
Problem is that although on my oracle SQL gui it shows these two fields as NUMBER fields, when they have been linked in access, it shows one as a number and the other as a text field. Therefore the join becomes invalid and the query fails. Is there anyway to force access to see both tables field types properly when creating the join? Or is there some reason why its having this problem?
Any help is appreciated!
John
![[bigglasses] [bigglasses] [bigglasses]](/data/assets/smilies/bigglasses.gif)