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  

Relationship question



 
 
Thread Tools Display Modes
  #1  
Old August 20th, 2004, 05:39 PM
Lou
external usenet poster
 
Posts: n/a
Default Relationship question

I have a database that we use to track circuit status, to
this point we have been using it as a one to one
relationship. Now we need to track what are
called "lowers" a circuit can have as many as 24 lower
circuits. The lowers are already in the maindata table
as single ciruits.
My question is there a way to have a record related to
another record within the same table? Or what would be
the best way to handle this?

  #2  
Old August 20th, 2004, 07:00 PM
Ken Snell [MVP]
external usenet poster
 
Posts: n/a
Default

Create the second table and include all the fields it needs. Then also
include a field that is of the same format type as the primary key field in
the first table. This field will hold the same value for each record as the
primary key field in the first table for the "parent" record, and will serve
as the link between the two tables.

--

Ken Snell
MS ACCESS MVP

"Lou" wrote in message
...
I have a database that we use to track circuit status, to
this point we have been using it as a one to one
relationship. Now we need to track what are
called "lowers" a circuit can have as many as 24 lower
circuits. The lowers are already in the maindata table
as single ciruits.
My question is there a way to have a record related to
another record within the same table? Or what would be
the best way to handle this?



  #3  
Old August 20th, 2004, 08:23 PM
external usenet poster
 
Posts: n/a
Default

Ken,
Thank you.
-----Original Message-----
Create the second table and include all the fields it

needs. Then also
include a field that is of the same format type as the

primary key field in
the first table. This field will hold the same value for

each record as the
primary key field in the first table for the "parent"

record, and will serve
as the link between the two tables.

--

Ken Snell
MS ACCESS MVP

"Lou" wrote in

message
...
I have a database that we use to track circuit status,

to
this point we have been using it as a one to one
relationship. Now we need to track what are
called "lowers" a circuit can have as many as 24 lower
circuits. The lowers are already in the maindata table
as single ciruits.
My question is there a way to have a record related to
another record within the same table? Or what would be
the best way to handle this?



.

 




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
...lost question...??? Richard Running & Setting Up Queries 2 August 16th, 2004 08:16 PM
Question: adding records to a continuous form using controls in the footer Matt Using Forms 2 June 15th, 2004 12:22 PM
Setting dual relationship with tool connector Carlos Visio 0 May 20th, 2004 12:51 AM
Designing a question paper Ken New Users 2 April 28th, 2004 10:13 PM
Charting in a single cell question... LSMark Charts and Charting 3 January 8th, 2004 03:00 PM


All times are GMT +1. The time now is 05:10 PM.


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