smtazulislam
Member
- Local time
- Today, 02:52
- Joined
- Mar 27, 2020
- Messages
- 808
Hi, I worked in this dB 1 years up nothing error.
Today I facing this error...
Edit :
I compact & repair 2 times. but same error.
Today I facing this error...
Code:
Private Sub cmdInsertData_Click()
If CurrentProject.AllForms("frmEmployeeEdit").IsLoaded Then
Forms("frmEmployeeEdit").Form!sfrmFacilitiesEdit.Form.Items = Me.Text2
DoCmd.Close acForm, Me.Name
End If
End Sub
Edit :
I compact & repair 2 times. but same error.