hello
I have a Form that only opens on my PC. If I go to another PC the Form ("frmkundenmail") will not open from the Main Form through the Command Button (cmdmehremai). Can it be the Form only opens because I am the owner. I checked all the Options (Akitvex, macros etc) they are the same as on my PC. I have Access 2013. We recently upgraded from Access 2007
Thanks for the help
Private Sub cmdmehremail_Click()
DoCmd.Close acForm, "frmAdressen_m"
DoCmd.OpenForm "frmkundenmail"
DoEvents
End Sub