So this is a network issue then? I'll have a look and see - thanks
Main Topics
Browse All Topicsi am workin on a access database that works fine on all users except for one pc where when the line of docmd.gotorecord,,acnew is executed from a button it produces a EOF file error and doesn't create a new record - any ideas?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Hey KidAA
I think what Shane means is that the file folder on the network can be set with access rights.
If your user does not have rights to the folder (even if he has full access to the DB), the db will not be able to add the record.
I note that you state:
<<...works fine on all users except for one pc
The above solution is a user-based issue.
If User A can work the db on one PC, but not on your suspect PC, this will probably be down to either an incomplete Access installation/missing .dll files, or a clash with a different operating system.
Business Accounts
Answer for Membership
by: shanesuebsahakarnPosted on 2004-09-10 at 09:25:28ID: 12028397
it sounds like the form is not permitting the user to add new records. Make sure that the user has full read/write permissions into the folder where the database resides.