Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9162167
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T14:08:46+00:00 2026-06-17T14:08:46+00:00

I’m having a problem with my students using multi-valued fields in access and getting

  • 0

I’m having a problem with my students using multi-valued fields in access and getting confused about normalisation as a result.

Here is what I can make out. Given a 1-to-many relationship, e.g.

Articles    Comments
--------    --------
artID{PK}   commID{PK}
text        text
            artID{FK}

Access makes it possible to store this information into what appears to be one table, something like

Articles
--------
artID{PK}
text
comment
   + value

“value” referring to multiple comment values for the comment “column”, which access actually stores as a separate table. The specifics of how the values are stored – table, its PK and FK – is completely hidden, but it is possible to query the multi-valued field, e.g. in the example above with the query

INSERT INTO article( [comment].Value )
VALUES ('thank you')
WHERE artID = 1;

But the query doesn’t quite reveal the underlying structure of the hidden table implementing the multi-valued field.

Given this (disaster, in my view) – my problem is how to help newcomers to database design and normalisation understand what Access is offering them, why it may not be helpful, and that it is not a reason to ignore the basics of the relational model. More specifically:

  • Are there better ways, besides queries as above, to reveal the structure behind multi-valued fields?
  • Are there good examples of where the multi-valued field is not good enough, and shows the advantage of normalising explicitly?
  • Are there straightforward ways to obtain the multi-select visual output of Access multi-values, but based on separate, explicit tables?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T14:08:47+00:00Added an answer on June 17, 2026 at 2:08 pm

    I cannot give you advice in using this feature, because I never used it; however, I can give you reasons not to use it.

    • I want to have full control on what I’m doing. This is not the case for multi-valued fields, therefore I don’t use them.

    • This feature is not expandable. What if you want to add a date field to your comments, for instance?

    • It is sometimes necessary to upsize an Access (backend) database to a “big” database (SQL Server, Oracle). These Databases don’t offer such a feature. It is often the customer who decides which database has to be used. Recently I had to migrate an Access application (frontend) using an Oracle backend to a SQL-Server backend because my client decided to drop his Oracle server. Therefore it is a good idea to restrict yourself to use only common features.

    • For common tasks like editing lookup tables I created generic forms. My existing solutions will not work with multi-valued fields.

    • I have a (self-made) tool that synchronizes changes in the structure of the database on my developer’s site with the database on the client’s site. This tool cannot deal with multi-valued fields.

    • I have tools for the security management that can grant SELECT, INSERT, UPDATE and DELETE rights on tables or revoke them. Again, the management tool does not work with multi-valued fields.

    • Having a separate table for the comments allows you to quickly inspect all the comments (by opening the table). You cannot do this with multi-valued fields.

    • You will not see the 1 to n relation between the articles and the comments in a database diagram.

    • With a separate table you can choose whether you want to cascade deletes to the details table or not. If you don’t, you will not be able to delete an article as long as there are comments attached to it. This can be desirable, if you want to protect the comments from being deleted inadvertently.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
We're building an app, our first using Rails 3, and we're having to build
I am reading a book about Javascript and jQuery and using one of the
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am confused How to use looping for Json response Array in another Array.
I am using JSon response to parse title,date content and thumbnail images and place
I am using the SimpleRSS gem to parse a WordPress RSS feed. The only
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I've tracked down a weird MySQL problem to the two different ways I was

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.