I have a database that holds work assignments for employees. I have an text box labeled txtEmpID, which the employees would enter their ID and hits a command button labeled cmdAccept. The command button is referencing a query which uses the text box as a criteria to requery. This all works but for a single user. I'm afraid that there might be problems if multiple user use this method. Is there a better way to accomplish this? Thanks in advance for any help.