I'm having a problem with a query executing in my application. I'm using an Access Front end to an SQL Server 2000 database. I recently upsized the tables to SQL because we are adding users. After upsizing and specifying users, roles, and permissions everything worked fine except for one function. There is a function to copy an item which runs two append queries - one to copy the header information and the orher to copy the ingredients. This function works fine for me. I have administrative privileges. When another user tries to run these queries and copy an item they get an error. The error states that the records cannot be copied due to key violations. I don't know why I am able to run these queries and another user cannot. I also don't understand why the error is a key violation. Any help would be appreciated.
Thanks.
Thanks.