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 » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

creating a table



 
 
Thread Tools Display Modes
  #1  
Old March 14th, 2006, 01:21 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default creating a table

Can you please help me!

I need to create a table(x) that is based on information from another
table(Y). If the information in Y is updated/changed the information in X is
automaitaclly updated/changed.

Y will have employee information and X will have training information that
the employees completed.

This is in MS Access

Thank you
  #2  
Old March 14th, 2006, 01:30 PM posted to microsoft.public.access.gettingstarted
external usenet poster
 
Posts: n/a
Default creating a table

You would not store inforamtion from Table x in Table y, so making changes
in table X would be irrelavent. The only thing you'd store in both tables
would be the employee number...



TblEmployee
EmployeeNumber
EmplLastName
EmpFirstName
EmpStartDate
EmpTermDate
EmpDepartment
EmpAddress1
EmpAddress2
EmpCity
etc.


TblTraining
EmployeeNumber (from the other table)
ClassNumber
ClassDate
ClassGrade
etc.


TblClasses
ClassNumber
ClassName
etc.



MS Access is a "relational" database whoch means that the data should be
stored in separate "related" tables. You never store redndent data in more
than one table. In the above information, each employee would have one
record in the employee table. For every class they attend, they would have
one related record in the Training table. The training table uses data from
the Classes table.


--
Rick B



"carlien nagel" carlien wrote in message
...
Can you please help me!

I need to create a table(x) that is based on information from another
table(Y). If the information in Y is updated/changed the information in X
is
automaitaclly updated/changed.

Y will have employee information and X will have training information that
the employees completed.

This is in MS Access

Thank you



 




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
Help with relationship plase Rock Database Design 5 July 4th, 2005 03:54 AM
Access combo box-show name, not ID, in table? write on New Users 30 April 30th, 2005 09:11 PM
Seeking some expert advice. HD87glide Using Forms 14 March 23rd, 2005 10:11 PM
Manual line break spaces on TOC or Table of tables Eric Page Layout 9 October 29th, 2004 04:42 PM
COMPARE THE TWO TABLES Stefanie General Discussion 0 June 4th, 2004 04:36 PM


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