M
mazon
i am creating a dba that tracks phone inquiries. i want to
track what department the phone call came to and what
department it was referred to.
i have 3 tables
tbl1 is the caller information (Original department call
came to, call date, name, address, phone #)
tbl2 has caller's question, person referred to and
department referred to and follow-up date
tbl3 is the names of departments
the relationship is a one to many for tbl1 & tbl2
(inquiryID)
tbl3 has a one to many relationship with tbl1 and tbl2
i used the look-up wizard for departmentnames in tbl1
&tbl2 and it stores the DeptID, which is fine. I created
a query to show the inquiry information, and it shows the
department #'s when i add tbl3, to show the actual names,
i get no data, when i know there is some. Can i have 2
fields pulling from the same table and showing the name
not the ID
track what department the phone call came to and what
department it was referred to.
i have 3 tables
tbl1 is the caller information (Original department call
came to, call date, name, address, phone #)
tbl2 has caller's question, person referred to and
department referred to and follow-up date
tbl3 is the names of departments
the relationship is a one to many for tbl1 & tbl2
(inquiryID)
tbl3 has a one to many relationship with tbl1 and tbl2
i used the look-up wizard for departmentnames in tbl1
&tbl2 and it stores the DeptID, which is fine. I created
a query to show the inquiry information, and it shows the
department #'s when i add tbl3, to show the actual names,
i get no data, when i know there is some. Can i have 2
fields pulling from the same table and showing the name
not the ID