Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access
|
Access Discussion of Microsoft Access database design and programming. See also the forums for Access ASP and Access VBA.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 20th, 2006, 12:50 PM
Registered User
 
Join Date: Apr 2005
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default Design advantage: Look-up vs Related?

For the first time I am being asked to develop an Access 2000 database that currently contains no data.

I was wondering if there is a design advantage to using a table as 1)a look-up source versus 2)a related table.

Barbarian



 
Old March 20th, 2006, 02:58 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,093
Thanks: 1
Thanked 12 Times in 11 Posts
Default

The options aren't mutually exclusive. Look-up tables typically stand in a 1:M relationship to the table that stores values from the look-up table, and referential integrity is typically established between the two, though it needn't be if data validation is controlled by some other means, e.g. through the UI). I generally establish referential integrity via the Relationships window for look-up tables.

Bob






Similar Threads
Thread Thread Starter Forum Replies Last Post
The advantage of XML rather than RDF deean XML 2 June 17th, 2008 01:20 PM
related to assembly Suneet Sharma General .NET 2 May 3rd, 2007 08:32 AM
Design patterns for web design ceadge HTML Code Clinic 0 June 19th, 2006 11:26 AM
Java Design issue with UML and Design Patterns the_logical_way Apache Tomcat 0 May 31st, 2004 04:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.