sub for record change?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • mshmyob
    replied
    You are welcome........ .............

    Originally posted by zivon
    thanks mshmyob :) thats exactly what I needed.

    Leave a comment:


  • zivon
    replied
    thanks mshmyob :) thats exactly what I needed.

    Leave a comment:


  • mshmyob
    replied
    Put it in the ON CURRENT event instead.
    Originally posted by zivon
    is there a way to excute a command on record change ?

    I used form_load to check something, but when I go to the next/previews record it doesn't recheck..

    Code:
    Private Sub Form_Load()
        If RefBy.Value = "test" Then
            ReferredID.Enabled = True
       End If 
    End Sub

    Leave a comment:


  • zivon
    started a topic sub for record change?

    sub for record change?

    is there a way to excute a command on record change ?

    I used form_load to check something, but when I go to the next/previews record it doesn't recheck..

    Code:
    Private Sub Form_Load()
        If RefBy.Value = "test" Then
            ReferredID.Enabled = True
       End If 
    End Sub
Working...