hockeylvr
Technical User
- Nov 26, 2002
- 140
I have split my db with the back end on our network server and have installed the front end copies to everyone's machines. I have one user so far that it will not work for. There are no missing references and all of the ones needed seem to be checked. My form has a tab control with 4 subforms. The main form has a drop down for the user to select their name, then the subform populates with their data. I currently have in the Form_Load event
DoCmd.GoToRecord,,acNewRecord.
When trying to open the db on this users system, the form flashes for a second then it's just a blank access screen. If I go through the db window (Shift F11) and open the main form, I get the error "Cannot go to specified record" and the VBA screen has the acNewRecord line hightlighted.
This is an Access 2000 db running mostly on 2003 now.
I would appreciate any help in figuring one out.
Toni
DoCmd.GoToRecord,,acNewRecord.
When trying to open the db on this users system, the form flashes for a second then it's just a blank access screen. If I go through the db window (Shift F11) and open the main form, I get the error "Cannot go to specified record" and the VBA screen has the acNewRecord line hightlighted.
This is an Access 2000 db running mostly on 2003 now.
I would appreciate any help in figuring one out.
Toni