Surjer
Registered User.
- Local time
- Today, 08:15
- Joined
- Sep 17, 2001
- Messages
- 232
This is where I stand...
My table has three feilds
[Name], [Sketch (BMP)], [File]
I want it to loop through and grab the [file] name for each record and embedd the appropriate [File] to the [Sketch (BMP)] Feild
Table:
Pictures
Feilds:
[Name] ' Key, String
[Sketch (BMP)] ' OLE Object
[File] ' String
Private Sub Command10_Click()
[Sketch (BMP)].[Class] = "Bitmap Image"
[Sketch (BMP)].OLETypeAllowed = acOLEEmbedded
[Sketch (BMP)].SourceDoc = [Sketch (BMP)].File]
[Sketch (BMP)].Action 'Don't know what
[Sketch (BMP)].SizeMode ' Don't know what
End Sub
The ultimate goal is to get it to loop through each record and insert the *.bmp base on the Feild [File] and I'm not even certain I am taking the correct approach at this.
Thanks in Advance...
Jerry
My table has three feilds
[Name], [Sketch (BMP)], [File]
I want it to loop through and grab the [file] name for each record and embedd the appropriate [File] to the [Sketch (BMP)] Feild
Table:
Pictures
Feilds:
[Name] ' Key, String
[Sketch (BMP)] ' OLE Object
[File] ' String
Private Sub Command10_Click()
[Sketch (BMP)].[Class] = "Bitmap Image"
[Sketch (BMP)].OLETypeAllowed = acOLEEmbedded
[Sketch (BMP)].SourceDoc = [Sketch (BMP)].File]
[Sketch (BMP)].Action 'Don't know what
[Sketch (BMP)].SizeMode ' Don't know what
End Sub
The ultimate goal is to get it to loop through each record and insert the *.bmp base on the Feild [File] and I'm not even certain I am taking the correct approach at this.
Thanks in Advance...
Jerry