M
Megan
Hi
I'm starting over with my design and have a few fairly preliminary questions
I'm looking at Northwind as my guide.
I see in several cases, they are lookups in the tables.
I am trying to get that to work in mine. If I have a primary key that's only purpose is to make a record unique, how can I get around using it. For example - I have a customerID as a primary key. I really want the customerName to be what I use in my lists, etc. I see Northwind doing a lookup gathering both but displaying only the name. I can only display the ID. I think my error is in the "bound" fields but can't get it right.
Also, if there is a data in the table and I want to put a lookup to another table, I can't right. I have a lot of information that I imported in from spreadsheets. Going forward, I want the users to be able to just use a drop down list. I know the same values will eventually get in the table but...am I doing something else wrong?
I'm starting over with my design and have a few fairly preliminary questions
I'm looking at Northwind as my guide.
I see in several cases, they are lookups in the tables.
I am trying to get that to work in mine. If I have a primary key that's only purpose is to make a record unique, how can I get around using it. For example - I have a customerID as a primary key. I really want the customerName to be what I use in my lists, etc. I see Northwind doing a lookup gathering both but displaying only the name. I can only display the ID. I think my error is in the "bound" fields but can't get it right.
Also, if there is a data in the table and I want to put a lookup to another table, I can't right. I have a lot of information that I imported in from spreadsheets. Going forward, I want the users to be able to just use a drop down list. I know the same values will eventually get in the table but...am I doing something else wrong?