save button

T

tracktraining

Hi All,

I would like to have the SAVE button enable when the user enters data in the
newrecord line (*line). I don't know where to add the event procedure. I
think the code should be as follows:

If Not IsNull(Me.NewRecord) Then
Me.btnsave.Enabled = True
End If

thanks for helping.

currently i have it under the current form event procedure.
 
J

John W. Vinson

Hi All,

I would like to have the SAVE button enable when the user enters data in the
newrecord line (*line). I don't know where to add the event procedure.

The Form's BeforeInsert event.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top