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
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