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  

design help needed



 
 
Thread Tools Display Modes
  #1  
Old December 22nd, 2009, 08:44 PM posted to microsoft.public.access.tablesdbdesign
Bobbo
external usenet poster
 
Posts: 3
Default design help needed

Need some guidance on a task I am looking in to. I hava an excel spreadsheet
that exports some data in to a access db table. There are 6 fields in the
table (ID, MName, Role, Proj, Joined and Group. What I am trying to figure
out is a way to clean up the table. In each field there are duplicates. I was
thinking that I could create a separate table for the MNames and Proj fields.
Then replacing the data with the key id from the new fields.

Does this sound like I'm going in the right direction.

Thanks
Bob
  #2  
Old December 22nd, 2009, 09:02 PM posted to microsoft.public.access.tablesdbdesign
Gina Whipp
external usenet poster
 
Posts: 3,500
Default design help needed

Bobbo,

Well, we know what you have but not what you are doing. In order to
determine a table set-up it would help to know what you are trying to track
and why you are importing it to Access.

--
Gina Whipp

"I feel I have been denied critical, need to know, information!" - Tremors
II

http://www.regina-whipp.com/index_files/TipList.htm

"Bobbo" wrote in message
...
Need some guidance on a task I am looking in to. I hava an excel
spreadsheet
that exports some data in to a access db table. There are 6 fields in the
table (ID, MName, Role, Proj, Joined and Group. What I am trying to figure
out is a way to clean up the table. In each field there are duplicates. I
was
thinking that I could create a separate table for the MNames and Proj
fields.
Then replacing the data with the key id from the new fields.

Does this sound like I'm going in the right direction.

Thanks
Bob



  #3  
Old December 22nd, 2009, 10:41 PM posted to microsoft.public.access.tablesdbdesign
Steve[_77_]
external usenet poster
 
Posts: 1,017
Default design help needed

Hi Bob,

Without knowing what exactly is the data in the fields, it seems you need
separate tables for Role, and Group also. Then you need a junction table
that records each MName on each project. The junction table would look like:
TblProjectMName
TblProjMNameID
ProjectID
MNameID

Steve



"Bobbo" wrote in message
...
Need some guidance on a task I am looking in to. I hava an excel
spreadsheet
that exports some data in to a access db table. There are 6 fields in the
table (ID, MName, Role, Proj, Joined and Group. What I am trying to figure
out is a way to clean up the table. In each field there are duplicates. I
was
thinking that I could create a separate table for the MNames and Proj
fields.
Then replacing the data with the key id from the new fields.

Does this sound like I'm going in the right direction.

Thanks
Bob



 




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


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