Need Help Please.
A - S - A - P
I Need This Tomorrow T_T
Please tell me or post here.
on How to
Display the UPLOADED picture on Another Form.
------------------------
FORM1 DESIGN
1 IMAGE BOX
1 COMMAND BUTTON "UPLOAD PICTURE"
1 COMMAND BUTTON "VIEW PROFILE"
FORM1 CODE:
cmdupload_click()
'UPLOAD THE PICTURE ON IMGBOX (obviousLy)
'dont know the code here
'i also need to save this on DATABASE
'i am using Microsoft access
end sub
----------------------------------------------------------
DATABASE / MICROSOFT ACCESS
Field Name: Image
DATATYPE : OLE OBJECT
----------------------------------------------------------
cmdview_click()
Form2.Show
Me.Hide
Form2.Img1.picture = Adodc1.Recordset!Image
'100% NOT SURE ABOUT THIS CODE
end sub
--------------------------------
Form2 Design
1 Image Box
1 Label "Profile Picture"
-------------------------------------
I'll Be Waiting For The Response Today. :'(
Any Kind Of Help Would Be VERY Much
APPRECiATED. Thanks .......
A - S - A - P
I Need This Tomorrow T_T
Please tell me or post here.
on How to
Display the UPLOADED picture on Another Form.
------------------------
FORM1 DESIGN
1 IMAGE BOX
1 COMMAND BUTTON "UPLOAD PICTURE"
1 COMMAND BUTTON "VIEW PROFILE"
FORM1 CODE:
cmdupload_click()
'UPLOAD THE PICTURE ON IMGBOX (obviousLy)
'dont know the code here
'i also need to save this on DATABASE
'i am using Microsoft access
end sub
----------------------------------------------------------
DATABASE / MICROSOFT ACCESS
Field Name: Image
DATATYPE : OLE OBJECT
----------------------------------------------------------
cmdview_click()
Form2.Show
Me.Hide
Form2.Img1.picture = Adodc1.Recordset!Image
'100% NOT SURE ABOUT THIS CODE
end sub
--------------------------------
Form2 Design
1 Image Box
1 Label "Profile Picture"
-------------------------------------
I'll Be Waiting For The Response Today. :'(
Any Kind Of Help Would Be VERY Much
APPRECiATED. Thanks .......