Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ugaint

    Checkbox

    That sounds good. How do I do this (I'm new to access)?
  2. ugaint

    Checkbox

    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.
  3. ugaint

    Checkbox

    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
  4. ugaint

    Checkbox

    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...

Part and Inventory Search

Back
Top