Recent content by CleverOne

  1. C

    Copying information to next record

    Thanks Dan, That worked like a charm.
  2. C

    Copying information to next record

    As the title states i want to copy a textbox value from one record to the next when a checkbox is enabled. this is the code i wrote but i guess i am missing something or putting it in the wrong place. Private Sub txtTRKNUM_AfterUpdate() If chkTRACKLOCK.Value = Checked Then...
Back
Top Bottom