Results 1 to 3 of 3
  1. #1
    poorrich is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    May 2015
    Posts
    1

    Insert link to music in database Access 2010

    I am making a database of MP3 songs. I want to include a link to each song and be able to play the song from the database by clicking on the link.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,970
    Bing: Access database play sound file

    http://www.techonthenet.com/access/q.../play_wav2.php

    Do you want to embed the files in attachment type field?

    http://www.vbforums.com/showthread.p...ccess-database

    Or do you want to save path in text field and hyperlink to external file?

    http://allenbrowne.com/func-GoHyperlink.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,527
    I would have a field in the table called [PATH], with the full path to the file.

    Show your list of songs in a form, put a button in the header that says PLAY
    on the button CLICK event put:

    call Shell("c:\windows\Mplayer.exe " & me.Path, vbMaximizedFocus)

    (but this already exists in all music players)

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

Similar Threads

  1. link access 2010 database with outlook 2010 contacts
    By Travis22 in forum Import/Export Data
    Replies: 1
    Last Post: 12-12-2014, 04:01 PM
  2. Replies: 9
    Last Post: 05-07-2013, 08:37 PM
  3. Replies: 2
    Last Post: 12-26-2012, 02:58 PM
  4. Replies: 4
    Last Post: 05-18-2012, 12:42 PM
  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