Dragn73
Registered User.
- Local time
- Today, 15:07
- Joined
- Mar 12, 2007
- Messages
- 12
Is you network platform Microsoft of Novell?
Are there memo fields in your data entry form – if so how many?
Does your query contain 2 or more tables with a one to many relationship? If so, a Main Form / Subform approach should be used.
Look at the design view of each of your Forms, Reports, Modules, and Queries and look at the Record Locks Property of each – make sure it is set to “No Locks”.
Also, try opening MS Access twice on your PC - each instance opening the database. See if you can consistently reproduce the error by entering data in both open sessions (switch back and forth between the two). If you can recreate the steps the users are doing – you may be able to narrow down the field – tables giving you the issue.
thanks for the suggestions.
I have a Microsoft platform
I have 1 memo field
I have 1 query with 2 tables linked (there is nothing showing in the relationship section however. In the design view of the query itself it shows a link from help desk tech to issue Id numbers. As of now it appears that the query pulls the data correctly, in data form, it shows the issue ID and the tech its linked to. If I delete the relationship, then in the data view, it shows a line of issue ids for every tech in my table.) I haven't used a main form/subform route yet,so I am not sure how to do this
I show "no locks" on all
I did alot of testing with another teammate and we never once had it lock up on us, I can't recreate the issue. And it happens more on 2 of the 3 users. The other person has only had 2 small lockups in 3 weeks, where the other 2 have lock ups all day.