Multiple data in one field

S

Sam

I want to use lookup for our Customer Name. However, when we select a
Customer I want to also select the address. Is this possible?
Thanks!
 
J

John Vinson

I want to use lookup for our Customer Name. However, when we select a
Customer I want to also select the address. Is this possible?
Thanks!

That's not how relational databases work. You certainly do NOT want to
store a name and an address in one field!

If you're using Microsoft's misleading, misdesigned, and all but
useless so-called Lookup Field type, DON'T. See

http://www.mvps.org/access/lookupfields.htm

for a critique.

Instead, use a Form based on your Customer table. Display whichever
fields you want to see - name, address, etc.

Then use the Combo Box Wizard to create a Combo Box on the form;
choose the option "Find a record". It will give you an unbound combo
which will move the "window" of the form to the desired record in your
table.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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

Top