|
-
Aug 24th, 2000, 05:04 AM
#1
Thread Starter
Junior Member
I know how to retrieve words from MS access but what about pictures. E.g
Private Sub Command1_Click()
sName = Combo1.Text
Set RS = DB.OpenRecordset("SELECT * FROM tblmachine WHERE MachineName = '" & sName & "'", dbOpenDynaset)
Combo1 = "" & RS!MachineName
Text2 = "" & RS!MaxPower
Picture1 = ????
RS.Close
Combo1.SetFocus
end if
End Sub
What do i type in for picture1 in order to retrieve different picture of items from a table in MS access?
Thanks for the help!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|