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  

Connecting Tables



 
 
Thread Tools Display Modes
  #1  
Old September 26th, 2005, 06:45 PM
James
external usenet poster
 
Posts: n/a
Default Connecting Tables

I am making a scheduling system. I have a table that will have many records
(One record is one date) and it has 20 fields (one field is one posistion/job
title). In 7 other tables I have the start times for each posistion (one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot use one
table because there are more than 255 fields) and the start times. On a
report I need it to have the dates as the columns and the names of the
employees as the rows. (I know how to do that.) Instead of showing the
posistion the employee is in I need it to display the time in for that
position from the position tables (tblSundayPosition). If the date is on a
Sunday it will pull from tblSundayPosition, etc.

How do I accomplish the above connecting of tables? How do I display the
position in time on the report?
  #2  
Old September 26th, 2005, 06:50 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

Stop... Read through some of the links regarding table design at
http://home.bendbroadband.com/conrad...abaseDesign101.

Then read the reply to your previous posting.

--
Duane Hookom
MS Access MVP


"James" wrote in message
...
I am making a scheduling system. I have a table that will have many
records
(One record is one date) and it has 20 fields (one field is one
posistion/job
title). In 7 other tables I have the start times for each posistion (one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot use
one
table because there are more than 255 fields) and the start times. On a
report I need it to have the dates as the columns and the names of the
employees as the rows. (I know how to do that.) Instead of showing the
posistion the employee is in I need it to display the time in for that
position from the position tables (tblSundayPosition). If the date is on
a
Sunday it will pull from tblSundayPosition, etc.

How do I accomplish the above connecting of tables? How do I display the
position in time on the report?



  #3  
Old September 26th, 2005, 07:35 PM
James
external usenet poster
 
Posts: n/a
Default

Thanks for your help. I have read some of those white papers, but nothing is
new to me. I understand table design and structure. I don't see anything
wrong with the way I have the tables setup. Can you be more specific?

PS I am not woried about the date thing. I have that figured out!

"Duane Hookom" wrote:

Stop... Read through some of the links regarding table design at
http://home.bendbroadband.com/conrad...abaseDesign101.

Then read the reply to your previous posting.

--
Duane Hookom
MS Access MVP


"James" wrote in message
...
I am making a scheduling system. I have a table that will have many
records
(One record is one date) and it has 20 fields (one field is one
posistion/job
title). In 7 other tables I have the start times for each posistion (one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot use
one
table because there are more than 255 fields) and the start times. On a
report I need it to have the dates as the columns and the names of the
employees as the rows. (I know how to do that.) Instead of showing the
posistion the employee is in I need it to display the time in for that
position from the position tables (tblSundayPosition). If the date is on
a
Sunday it will pull from tblSundayPosition, etc.

How do I accomplish the above connecting of tables? How do I display the
position in time on the report?




  #4  
Old September 26th, 2005, 09:36 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

You don't have a good handle on normalization if you have tables for Sunday,
Monday,...

--
Duane Hookom
MS Access MVP
--

"James" wrote in message
...
Thanks for your help. I have read some of those white papers, but nothing
is
new to me. I understand table design and structure. I don't see anything
wrong with the way I have the tables setup. Can you be more specific?

PS I am not woried about the date thing. I have that figured out!

"Duane Hookom" wrote:

Stop... Read through some of the links regarding table design at
http://home.bendbroadband.com/conrad...abaseDesign101.

Then read the reply to your previous posting.

--
Duane Hookom
MS Access MVP


"James" wrote in message
...
I am making a scheduling system. I have a table that will have many
records
(One record is one date) and it has 20 fields (one field is one
posistion/job
title). In 7 other tables I have the start times for each posistion
(one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot
use
one
table because there are more than 255 fields) and the start times. On
a
report I need it to have the dates as the columns and the names of the
employees as the rows. (I know how to do that.) Instead of showing the
posistion the employee is in I need it to display the time in for that
position from the position tables (tblSundayPosition). If the date is
on
a
Sunday it will pull from tblSundayPosition, etc.

How do I accomplish the above connecting of tables? How do I display
the
position in time on the report?






  #5  
Old September 26th, 2005, 09:50 PM
Amy Blankenship
external usenet poster
 
Posts: n/a
Default

I think her point is that you should be thinking of multiple records in
fewer tables rather than having a ton of columns to handle what should be
records.

Perhaps you should reread the articles with the thought in your head that
you might not necessarily be applying the concepts you've read in the past
as thoroughly as you've thought?

-Amy

"James" wrote in message
...
Thanks for your help. I have read some of those white papers, but nothing
is
new to me. I understand table design and structure. I don't see anything
wrong with the way I have the tables setup. Can you be more specific?

PS I am not woried about the date thing. I have that figured out!

"Duane Hookom" wrote:

Stop... Read through some of the links regarding table design at
http://home.bendbroadband.com/conrad...abaseDesign101.

Then read the reply to your previous posting.

--
Duane Hookom
MS Access MVP


"James" wrote in message
...
I am making a scheduling system. I have a table that will have many
records
(One record is one date) and it has 20 fields (one field is one
posistion/job
title). In 7 other tables I have the start times for each posistion
(one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot
use
one
table because there are more than 255 fields) and the start times. On
a
report I need it to have the dates as the columns and the names of the
employees as the rows. (I know how to do that.) Instead of showing the
posistion the employee is in I need it to display the time in for that
position from the position tables (tblSundayPosition). If the date is
on
a
Sunday it will pull from tblSundayPosition, etc.

How do I accomplish the above connecting of tables? How do I display
the
position in time on the report?






  #6  
Old September 26th, 2005, 10:57 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

"her point"... ;-)
https://mvp.support.microsoft.com/pr...1-05c95e457287

I'd make a fairly large, homely "her".

--
Duane Hookom
MS Access MVP
--

"Amy Blankenship" wrote in message
...
I think her point is that you should be thinking of multiple records in
fewer tables rather than having a ton of columns to handle what should be
records.

Perhaps you should reread the articles with the thought in your head that
you might not necessarily be applying the concepts you've read in the past
as thoroughly as you've thought?

-Amy

"James" wrote in message
...
Thanks for your help. I have read some of those white papers, but
nothing is
new to me. I understand table design and structure. I don't see
anything
wrong with the way I have the tables setup. Can you be more specific?

PS I am not woried about the date thing. I have that figured out!

"Duane Hookom" wrote:

Stop... Read through some of the links regarding table design at
http://home.bendbroadband.com/conrad...abaseDesign101.

Then read the reply to your previous posting.

--
Duane Hookom
MS Access MVP


"James" wrote in message
...
I am making a scheduling system. I have a table that will have many
records
(One record is one date) and it has 20 fields (one field is one
posistion/job
title). In 7 other tables I have the start times for each posistion
(one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot
use
one
table because there are more than 255 fields) and the start times. On
a
report I need it to have the dates as the columns and the names of the
employees as the rows. (I know how to do that.) Instead of showing
the
posistion the employee is in I need it to display the time in for that
position from the position tables (tblSundayPosition). If the date is
on
a
Sunday it will pull from tblSundayPosition, etc.

How do I accomplish the above connecting of tables? How do I display
the
position in time on the report?







  #7  
Old September 26th, 2005, 11:06 PM
Amy Blankenship
external usenet poster
 
Posts: n/a
Default

Aw, just shave the moustache and put on a bustier and away you go...

-Amy

:-)

"Duane Hookom" wrote in message
...
"her point"... ;-)
https://mvp.support.microsoft.com/pr...1-05c95e457287

I'd make a fairly large, homely "her".

--
Duane Hookom
MS Access MVP
--

"Amy Blankenship" wrote in message
...
I think her point is that you should be thinking of multiple records in
fewer tables rather than having a ton of columns to handle what should be
records.

Perhaps you should reread the articles with the thought in your head that
you might not necessarily be applying the concepts you've read in the
past as thoroughly as you've thought?

-Amy

"James" wrote in message
...
Thanks for your help. I have read some of those white papers, but
nothing is
new to me. I understand table design and structure. I don't see
anything
wrong with the way I have the tables setup. Can you be more specific?

PS I am not woried about the date thing. I have that figured out!

"Duane Hookom" wrote:

Stop... Read through some of the links regarding table design at
http://home.bendbroadband.com/conrad...abaseDesign101.

Then read the reply to your previous posting.

--
Duane Hookom
MS Access MVP


"James" wrote in message
...
I am making a scheduling system. I have a table that will have many
records
(One record is one date) and it has 20 fields (one field is one
posistion/job
title). In 7 other tables I have the start times for each posistion
(one
table is one day tblSundayPosition, tblMondayPosition, etc) (I cannot
use
one
table because there are more than 255 fields) and the start times.
On a
report I need it to have the dates as the columns and the names of
the
employees as the rows. (I know how to do that.) Instead of showing
the
posistion the employee is in I need it to display the time in for
that
position from the position tables (tblSundayPosition). If the date
is on
a
Sunday it will pull from tblSundayPosition, etc.

How do I accomplish the above connecting of tables? How do I display
the
position in time on the report?









  #8  
Old September 27th, 2005, 06:15 PM
Tim Ferguson
external usenet poster
 
Posts: n/a
Default

"Duane Hookom" wrote in
:

"her point"... ;-)
https://mvp.support.microsoft.com/pr...eac-a041-05c95
e457287

I'd make a fairly large, homely "her".


I guess she meant it as a compliment..!

Tim F

  #9  
Old September 27th, 2005, 06:46 PM
Amy Blankenship
external usenet poster
 
Posts: n/a
Default

Absolutely. My husband and I met one of our dearest friends by sitting in
the front row of Rocky. After Frankenfurter had Steve on stage and sat in
his lap, he introduced himself after the play. And the rest is history...

-Amy

"Tim Ferguson" wrote in message
...
"Duane Hookom" wrote in
:

"her point"... ;-)
https://mvp.support.microsoft.com/pr...eac-a041-05c95
e457287

I'd make a fairly large, homely "her".


I guess she meant it as a compliment..!

Tim F



  #10  
Old September 27th, 2005, 07:02 PM
Duane Hookom
external usenet poster
 
Posts: n/a
Default

Hmmm, just in time for halloween
http://www.christopher-robin.co.uk/sexy.htm.

Note to self: set Outlook reminder to shave legs and mustache.

--
Duane Hookom
MS Access MVP


"Amy Blankenship" wrote in message
...
Absolutely. My husband and I met one of our dearest friends by sitting in
the front row of Rocky. After Frankenfurter had Steve on stage and sat in
his lap, he introduced himself after the play. And the rest is history...

-Amy

"Tim Ferguson" wrote in message
...
"Duane Hookom" wrote in
:

"her point"... ;-)
https://mvp.support.microsoft.com/pr...eac-a041-05c95
e457287

I'd make a fairly large, homely "her".


I guess she meant it as a compliment..!

Tim F





 




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
query problem with linked SQL tables when importing to new mdb file Keith G Hicks Running & Setting Up Queries 2 March 22nd, 2005 09:44 PM
Joining 3 tables in a query Chrismja Running & Setting Up Queries 1 March 17th, 2005 07:31 PM
Connecting tables SQ New Users 1 March 16th, 2005 01:50 AM
Macro for Pivot Tables Thomas General Discussion 1 March 15th, 2005 01:03 AM
Criterion - How to Write Query for Multiple Tables jcinn Running & Setting Up Queries 1 February 8th, 2005 12:42 PM


All times are GMT +1. The time now is 07:39 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.