I am trying to do a simple program in which the user enters a location (latitude and longitude)into some textboxes. This information should go into the database and create a table. What I mean is, when the user hits "Save", the info should go into the database and get erased, so that the user can later enter a new location. Is there any way that this can be done? Someone told me that the information can go into a specific place in the database and when the user inputs new information into the textboxes, it will overwrite the previous info., which is what I don't want it to do. Thanks in Advance...