MSAccessRookie
AWF VIP
- Local time
- Today, 06:08
- Joined
- May 2, 2008
- Messages
- 3,428
I am having a problem with locking in my database when I am adding new contacts, and have been trying to determine which database objects access the table tblPeople by using the tool ReplaceWiz 2003.
I have determined that there is a query named qryPeopleAlphabeticRW, (which is currently supposed to be the only query in the application that writes to the table tblPeople), has a property called OrderBy that I have not seen before.
I have seen a property like this in Forms and Reports, but never in a query. I have been unable to identify this property and remove it, since the OrderBy Property is not the correct order. It is OrderBy PersonID, while the query qryPeopleAlphabeticRW is ordered by the name of the person.
Has anyone else encountered this?
Thanks in advance.
I have determined that there is a query named qryPeopleAlphabeticRW, (which is currently supposed to be the only query in the application that writes to the table tblPeople), has a property called OrderBy that I have not seen before.
I have seen a property like this in Forms and Reports, but never in a query. I have been unable to identify this property and remove it, since the OrderBy Property is not the correct order. It is OrderBy PersonID, while the query qryPeopleAlphabeticRW is ordered by the name of the person.
Has anyone else encountered this?
Thanks in advance.