G
Ghell
ok, please dont delete this, i dont know where else to turn but it
isnt about excel, it is VBA in access (i dont know if there is any
difference) i have this:
Code:
--------------------
Private Sub DateBorrowed_AfterUpdate()
'get it to run Fine_GotFocus()
End Sub
Private Sub Fine_GotFocus()
'do stuff
End Sub
isnt about excel, it is VBA in access (i dont know if there is any
difference) i have this:
Code:
--------------------
Private Sub DateBorrowed_AfterUpdate()
'get it to run Fine_GotFocus()
End Sub
Private Sub Fine_GotFocus()
'do stuff
End Sub