Hi, all! I have a button (Command20) on a form that opens another form (EventInviteF). The properties of EventInviteF set "Add" to no.
However, the following comman behind the button still allows additions to the form. Is there something I need to add or change?
Private Sub Command20_Click()
DoCmd.OpenForm "EventInviteF", , , , acFormEdit
End Sub
With thanks!
--al