I have a multi-form MS Access program with the frontend and backend on separate servers. My inital tester, the analyst, is not having any problems but when the users test the program it works fine until they select the add new screen. The analyst confirms that the screen is totaly blank, the lables and text boxes do not show up. I’m using the following command to start the form.
DoCmd.OpenForm “frmNew”, , , acFormAdd
This program has been in production for years. We were moving it to a new server and a new version of Access. No changes were made to the code.
Thanks for your help,
SadieAnn