I am trying to migrate from an "off the shelf" contact manager to one I am working on in MS Access. I have been able to send an email to a single contact using:
-----
Private Sub Email_Click()
On Error GoTo Err_Email_Click
Dim stAppName As String
stAppName =...
I am trying to get an ondragdrop function to work with a dynamic HTML script that a user can drag and drop and image. Once the image has been dropped, I would like a javascript to check a particular checkbox in a form that is associated with that image.
Any thoughts?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.