PC Review


Reply
Thread Tools Rate Thread

Table Design Question

 
 
Lost_In_Tables
Guest
Posts: n/a
 
      16th Jul 2004
I am creating a table, which includes a field titled
Problems. This field needs to handle multiple entries,
e.g., 1. Called vendor 01/02/03
2. Called vendor 01/03/03
3. Resolved issue with vendor 01/04/03

I know that the field can only hold one entry, however, is
there a way to accomplish the above task with a linked
table, document...etc.

Any help/suggestion would be appreciated.

Thanks,

Ed
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      16th Jul 2004
Ed

You've identified your solution (and avoided a major headache!). You really
don't want to include more than one "fact" in a field, mainly because of the
extra work it will take you to build routines to parse the separate facts.

If you are saying that you have Issues (Problems), and you have Actions
(related to Problems, e.g., calls, resolutions, etc.), you can use a
one-to-many relationship between the Problems table and a new Actions table.

I'll also point out that your first description:
> e.g., 1. Called vendor 01/02/03
> 2. Called vendor 01/03/03
> 3. Resolved issue with vendor 01/04/03

included multiple Actions, AND included multiple facts within each Action.
I'd suggest you consider something like:

trelAction
ActionID
ProblemID (a foreign key field, pointing back to the Problem row for
which this action happened)
ActionDate (or Date/Time)
ActionDescription (what was done)

With this type of table structure, you can easily query to find which
Actions happened on which date(s), concerning which Problems.

For a user-interface, use a main form (based on tblProblem) with a sub-form
(based on trelAction).

--
Good luck

Jeff Boyce
<Access MVP>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Table-less CSS design looks jumbled up in design view frontpage =?Utf-8?B?ZnByb2Fk?= Microsoft Frontpage 6 28th Nov 2006 06:41 PM
how do i apply an Axis design or radial design from design templa. =?Utf-8?B?bmFkaWE=?= Microsoft Powerpoint 1 3rd Apr 2005 02:21 AM
Converting bad table design to good design =?Utf-8?B?TWVsdmlz?= Microsoft Access External Data 4 29th Sep 2004 06:27 PM
Table Design / Form design - How to manage vertical structures Qhalis Microsoft Access Forms 1 11th Dec 2003 09:02 PM
Re: Basic table design - design question John Vinson Microsoft Access Getting Started 1 26th Jun 2003 05:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:04 AM.