A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Database Design
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Relationships/ or Linking ??



 
 
Thread Tools Display Modes
  #1  
Old November 1st, 2004, 03:19 PM
MPC
external usenet poster
 
Posts: n/a
Default Relationships/ or Linking ??

OK..

Let's say I have a table with 2 columns One field has a name in it, and the
2nd field has a phone number .

Now I create a "new" form with 2 fieldboxes, named " Name" & " Ph. Number".
The first box I want to have a dropdown with a list of names, which will be
the names from field 1 of my above table I already created. And when I click
on the name in that dropdown field, how do I get the corresponding phone
number to show up automatically in the field below named " Ph. Number" ??

I hope you migth understand what I'm asking. Basically, how do you gets a
whole record to show up in a main database when you click on just one thing,
like in my example..

Is it a relationship between tables or is it some kinda link ??

Help

Thanks
  #2  
Old November 1st, 2004, 03:30 PM
Joan Wild
external usenet poster
 
Posts: n/a
Default

MPC wrote:
OK..

Let's say I have a table with 2 columns One field has a name in it,
and the 2nd field has a phone number .

I hope you migth understand what I'm asking. Basically, how do you
gets a whole record to show up in a main database when you click on
just one thing, like in my example..


Open Help, and search for AutoLookup Query. You'll see the help topic
"About AutoLookup queries that automatically fill in data"

--
Joan Wild
Microsoft Access MVP


  #3  
Old November 1st, 2004, 03:42 PM
MPC
external usenet poster
 
Posts: n/a
Default

Thank you Joan.. I will give it a shot !!!




"Joan Wild" wrote:

MPC wrote:
OK..

Let's say I have a table with 2 columns One field has a name in it,
and the 2nd field has a phone number .

I hope you migth understand what I'm asking. Basically, how do you
gets a whole record to show up in a main database when you click on
just one thing, like in my example..


Open Help, and search for AutoLookup Query. You'll see the help topic
"About AutoLookup queries that automatically fill in data"

--
Joan Wild
Microsoft Access MVP



  #4  
Old November 3rd, 2004, 10:47 AM
Willie
external usenet poster
 
Posts: n/a
Default

if you make your "name" box a combo and in its on update event type
Me![Phone] = [name] column(1)

"MPC" wrote:

OK..

Let's say I have a table with 2 columns One field has a name in it, and the
2nd field has a phone number .

Now I create a "new" form with 2 fieldboxes, named " Name" & " Ph. Number".
The first box I want to have a dropdown with a list of names, which will be
the names from field 1 of my above table I already created. And when I click
on the name in that dropdown field, how do I get the corresponding phone
number to show up automatically in the field below named " Ph. Number" ??

I hope you migth understand what I'm asking. Basically, how do you gets a
whole record to show up in a main database when you click on just one thing,
like in my example..

Is it a relationship between tables or is it some kinda link ??

Help

Thanks

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Linking to visio cl101 Powerpoint 2 August 18th, 2004 09:43 PM
Not seeing all relationships in layout window jettabug General Discussion 3 June 18th, 2004 05:42 PM
Keeping Records in Linking Table Accurate (Long Post) Ben Johnson Running & Setting Up Queries 0 June 14th, 2004 08:13 AM
Table Relationships Design Tom Database Design 1 May 5th, 2004 11:56 PM


All times are GMT +1. The time now is 01:40 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.