Hi, I have following codes written in module to open form: But it is not working. So plse help me.
Public Function Openform(myformname As String)
DoCmd.Openform myformname
End Function
****************************
Private Sub Command2_Click()
Openform (“deleteDataF”)
End Sub
Public Function Openform(myformname As String)
DoCmd.Openform myformname
End Function
****************************
Private Sub Command2_Click()
Openform (“deleteDataF”)
End Sub