Hey, does anybody know the class name for ".wav" file?
I wanna add "*.wav" file into access table (OLE Object field)
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/9287-wav-ole-object-class-name.html
I can do with jpg, gif, bmp because I know the class name of them is
"paint.picture", but I don't know the class name for ".wav" file.
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9287
[OLEPath] = MyFolder & "\" & MyFile
=> [OLEFile].Class = [OLEClass]
[OLEFile].OLETypeAllowed = acOLEEmbedded
[OLEFile].SourceDoc = [OLEPath]
[OLEFile].Action = acOLECreateEmbed
Appreciate your kindly suguestion.
Regards,
Mkhmer