How can I open Paint using vba or macros? I want to click on the bound object frame and have Paint open up so the user can make a drawing. I also want to double click a drawing in the bound object frame and have Paint open up in the edit mode.
Thanks for any help.
Richard
Iam still looking for the above, but in a previous post it was mentioned a work around. I did not understand it until now. So I made a table "tblBMPImage" with a blank BMP made in Paint. Then a query that would show only one record.
In my form's open property, I put
me.myfiled=dfirst("[bmpimage]","qryBMPimage") and this put the bmp in the field. Now all I have to do is click on it and Paint opens where I can create a new or edit a drawing.
Richard
Thanks for any help.
Richard
Iam still looking for the above, but in a previous post it was mentioned a work around. I did not understand it until now. So I made a table "tblBMPImage" with a blank BMP made in Paint. Then a query that would show only one record.
In my form's open property, I put
me.myfiled=dfirst("[bmpimage]","qryBMPimage") and this put the bmp in the field. Now all I have to do is click on it and Paint opens where I can create a new or edit a drawing.
Richard
Last edited: