Display different types of numbers for the same record

G

Guest

Access 2003: I'm trying to create a query that will display two different
types of numbers from a table. I have a tbl with numbers and a tbl with
number type they have a one-many relationship. How can I get the query to
display two different types of numbers (Type A & Type B) for the same record
on one line?

tblNumbers
uniqueid (1-M relation to another tbl of basic contact info, i.e. fname,
lname, etc)
number
type (1-M relation to the below tbl)

tblNumberType
numbertypeid
typedescrip

Goal: Name, Number-TypeA, Number-TypeB

Thanks for your help!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Issues with Left Join 1
help needed 18
Criteria for Query 2
Access IIF and Instr function 1
linked tables query 9
Re-posting problem with Cartesian product 1
Need help with Query 1
Help with Cartesian or cross joins 6

Top