Recent content by MarkPl

  1. M

    Link to a file or folder from an Access Form

    I am trying to do the same thing and I know that I am making a mistake someplace (since it isn't working) but I am not sure where. Can anyone tell from the code below what I am doing wrong? //START CODE// Private Sub btnOpenFldr_Click() Dim CARPath As String CARPath = "O:\ISO...
  2. M

    Timer and saving value

    re: Timer I think I didn't explain how my forms are laid out very well. I have a main form called frmCAR with a subform subfrmTimer. In the suub form I need to have a button that will take the value of the timer and copy that information into a field in a table. Field name is elapsed_time in...
  3. M

    Timer and saving value

    Let me start off with "I have very little VBA experience." What I am trying to do is to make a timer that will allow users to click on a button to start a cmulative timer and another to stop it. They will have a third button to reset and a fourth that will copy the time from the timer to a field...
Top Bottom