I would like to be able to click a hyperlink and then upon doing so, a check is placed in a checkbox and field that displays the date and time is updated. The point would be to keep track of when and if people have used hyperlinks.
This is the code I'm using. I put it in the AfterUpdate field in the Properties section of the checkbox.
Private Sub Checkbox_AfterUpdate()
If Update_Check.Checkbox = -1 Then
Update_Check.Update = Now()
Else
Update_Check.Update = Null
End If
End Sub
Ok, new to MS Access and need some help. I want to be able to have a hyperlink that once clicked, checks a checkbox and then records the date/time. I created a table called "Check" with the following:
Field Name Data Type
UrlID Primary Key Autonumber
Hyperlink Field...
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.