D
david.smouts
Hello,
I need to run this visual basic routine after
* I change the record
* I jump to another record
* I open the form
* ...
At this time I've got a button called "update" that calls this routine.
How do I automate this?
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
If Me.layout = "kennel" Then
Me.button1.Visible = True
Me.button2.Visible = True
Me.button3.Visible = False
Me.button4.Visible = False
Me.button5.Visible = False
End If
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
I need to run this visual basic routine after
* I change the record
* I jump to another record
* I open the form
* ...
At this time I've got a button called "update" that calls this routine.
How do I automate this?
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
If Me.layout = "kennel" Then
Me.button1.Visible = True
Me.button2.Visible = True
Me.button3.Visible = False
Me.button4.Visible = False
Me.button5.Visible = False
End If
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*