EnableButtons

  • Thread starter Thread starter Frank Situmorang
  • Start date Start date
F

Frank Situmorang

I tried to figure out on how to automatically go to email to the email
address by studying sample contact database, but I do not know whre is the
object of enable buttons in the form, I can not see that and can not either
now to write it with the code builder

This is the VBA:
Private Sub EnableButtons()
' Enable buttons based on whether a record
' is a new record

On Error GoTo HandleErr
..

Can any one explain to me
 
Back
Top