Results 1 to 3 of 3
  1. #1
    ShannonJM1983 is offline Novice
    Windows 10 Access 2016
    Join Date
    May 2017
    Posts
    1

    Post Create Database - Music Singer, Artist. view information and add notes to it

    Very new to Access. I need to create a database.



    I have a list of singers who i can search for based on Nickname or First/Last name. I have a range of details about each singer.

    I have a small list of Albums that each singer has created. I have a range of details about each album.

    I want to select a singer and generate a form where the top half of the form lists the singer along with all of their details. I want a box attached to the singer where i can write personal notes about the singer which i can continue to add to over time. On the bottom of the form i want to have a drop down menu where i can select one of the singer's albums and then see details about that album and have a box where i can write notes about that album which I can add to over time. On the form I want the option to be able to add an additional album along with its details when a singer releases a new album.

    I also want to create a separate form and use that form to insert a new singer into the database.

    Any help for how to start this would be great.

    Shannon

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,522
    You need tArtists and a tGroups table and a tGroup members.
    Eric Clapton was in many groups, so his ID would show in tGroupMems several times.

    tGroups tbl
    --------
    GroupId (auto)
    GroupName

    tGroupMems
    ------------
    GroupID (long)
    ArtistID (long)

    tAlbums tbl

  3. #3
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 8
    Last Post: 12-31-2015, 03:58 PM
  2. Insert link to music in database Access 2010
    By poorrich in forum Access
    Replies: 2
    Last Post: 06-22-2015, 12:50 PM
  3. Database to view information only
    By mwhitedesigns in forum Access
    Replies: 3
    Last Post: 12-13-2011, 08:21 AM
  4. Help designing sheet music database
    By kingy75 in forum Database Design
    Replies: 1
    Last Post: 02-04-2010, 08:12 AM
  5. Help with music collection database
    By compu in forum Forms
    Replies: 2
    Last Post: 07-10-2009, 04:51 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums