mojtaba
New member
- Local time
- Today, 21:38
- Joined
- Sep 15, 2021
- Messages
- 18
I'm using MS Access 2003 for Special and old problem with .mdb project
I want embed my file like .txt or .exe or .pdf and Run it at runtime Or write that on disk
What have I tried :
But I get this error :
please help me
I want embed my file like .txt or .exe or .pdf and Run it at runtime Or write that on disk
What have I tried :
Code:
Private Sub Form_Load()
Dim obj As Object
Set obj = Me.OLEBound1.Object
obj.DoVerb (acPrimaryVerb)
End Sub
But I get this error :
please help me