Re: How can I organize my database?
From: Jeff Boyce (JeffBoyce_IF_at_msn.com-DISCARD_HYPHEN_TO_END)
Date: 02/17/05
- Next message: Jeff Boyce: "Re: ACCESS file is growing and dumping info"
- Previous message: Jeff Boyce: "Re: using functions in a table??"
- In reply to: Giovanni: "How can I organize my database?"
- Next in thread: Giovanni: "Re: How can I organize my database?"
- Reply: Giovanni: "Re: How can I organize my database?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Feb 2005 05:13:33 -0800
Giovanni
I'm not sure I understand what you are trying to do...
Are you asking how you can put multiple values into a single record's field
(perhaps something like "France; Germany; Italy; ..." in a single field)?
If so, please reconsider. This reflects a one-to-many relationship between
your record and the values you are trying to stuff into the single field --
in a relational database (Access), you don't want to do this.
While it is possible to do, it will only cause both you and Access
headaches, as you will need to build work-arounds to handle what Access
could easily manage if the data were more fully normalized.
Please explain a bit more about:
> have the
> chance to put more countries and more regions for each agency at the same
> time.
-- More info, please ... Jeff Boyce <Access MVP> "Giovanni" <Giovanni@discussions.microsoft.com> wrote in message news:89E4C624-8A7B-426B-AD1B-D2A04B0975AC@microsoft.com... > How will I be able to organize the database in order to put more than one > value in one field (such as countries and regions)? > The problem is that I need to organize the database in order to have the > chance to put more countries and more regions for each agency at the same > time. > Could you please help me?
- Next message: Jeff Boyce: "Re: ACCESS file is growing and dumping info"
- Previous message: Jeff Boyce: "Re: using functions in a table??"
- In reply to: Giovanni: "How can I organize my database?"
- Next in thread: Giovanni: "Re: How can I organize my database?"
- Reply: Giovanni: "Re: How can I organize my database?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|