View Full Version : Create ID3v2 tags with Access?


lcarvaja
08-22-2008, 03:56 AM
Does anyone know how to manage (create, read & write) ID3v2 tags for mp3 files from MS Access?

I have seen (and used) ID3v1 tags but not for v2...

CyberLynx
08-22-2008, 04:03 AM
Here is a article (http://www.vbaccelerator.com/home/VB/Code/vbMedia/Audio/Reading_and_Writing_MP3_ID3v1_and_v2_Tags/article.asp) (with code) on that very thing. It is I believe for VB6 which you can very easily convert to Access VBA.

.