AllExperts > Experts 
Search      

Data Management & Storage

Volunteer
Answers to thousands of questions
 Home · More Questions · Answer Library  · Encyclopedia ·
More Data Management & Storage Answers
Question Library

Ask a question about Data Management & Storage
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
 
About ScottGem
Expertise
I have been an IT professional for over 16 years. During that time I have accumulated a large store of knowledge and experience. This allows me to assist with a large variety of technology issues. My specialty is Database design primarily with MS Access. However, I can answer questions on many different IT related topics.

Experience
I have worked in IT support for over 16 years. I have also helped people in cyberspace for a good portion of that time. I have been a volunteer staffer on Prodigy and AOL. I was the #2 ranked expert at AskMe.com (#1 in Technology) and am currently ranked at or near the top at Answerway.com and PointAsk.com.

 
   

You are here:  Experts > Computing/Technology > Oracle > Data Management & Storage > DB Standards

Topic: Data Management & Storage



Expert: ScottGem
Date: 11/13/2007
Subject: DB Standards

Question
Hi Scott,
I recently began overseeing a MS Access database of HVAC repair parts and repairs. I'm looking for some sort of standard that we can use to insure that everyone entering data enters it the same way, using the same abbreviations,format, etc. Is there an ISO or something out there that I could use as a rule for everyone?

Thank you,

john Kelly

Answer
I'm not clear what you are asking here. To ensure standardization of data entry, you should make copious use of lookup tables. For example:

tluParts
PartID (PK Autonumber)
Partname
ManufacturerID (FK)

Then, wherever you need to indicate the part you would use a Long Integer field as your foreign key and select the part from a combobox. By making sure the combo is set to LimittoList, you force the users to select from a list rahter than typing in their own part names.

Hope this helps,
Scott<>
Microsoft Access MVP 2007

Add to this Answer    Ask a Question



  Rate this Answer
   Was this answer helpful?
Not at allDefinitely              
   12345  

     
About Us | Advertise on This Site | User Agreement | Privacy Policy | Help
Copyright  © 2008 About, Inc. About and About.com are registered trademarks of About, Inc. The About logo is a trademark of About, Inc. All rights reserved.