thank you Mile-O-Phile
I use this code:
____________________________________________
Option Compare Database
Private booFormLock As Boolean
Private Sub CmdSave_Click()
On Error GoTo Err_CmdSave_Click
DoCmd.RunCommand acCmdSaveRecord
booFormLock = True
DoCmd.Close acForm, Me.Name...
Hi
I have save button and delete button in the form but the record save and delete without button.
Who know how I make it save and delete record by button only?
__________________
thanks
Hi
I have save button and delete button in the form but the record save and delete without button.
Who know how I make it save and delete record by button only?
__________________
thanks
thank so much Peter for helping!
I get the way :
I close the database, I have ma access page without any program, I click on tools ......then Make MDE File is ok and I open the folder to selct the database.