".wav" OLE object class name

M

mkhmer

Hey, does anybody know the class name for ".wav" file?

I wanna add "*.wav" file into access table (OLE Object field)
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.

[OLEPath] = MyFolder & "\" & MyFile
=> [OLEFile].Class = [OLEClass]
[OLEFile].OLETypeAllowed = acOLEEmbedded
[OLEFile].SourceDoc = [OLEPath]
[OLEFile].Action = acOLECreateEmbed

Appreciate your kindly suguestion.

Regards,

Mkhmer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top