I have created a Player DB for a Little League. I have figured out how to add a player if he or she is not on the list. The problem I have is I am using dlookup and I have no problem looking up the player and all their information, except it adds it to a new record or Player_ID. Basically I have a Player_ID (auto_number), LastName, FirstName, Address, etc... There is probably an easy fix. All I want to do is to be able to update existing player information and be able to add new players from the same form. Any help would be greatly appreciated. D.