I am building a database and have run into a problem. I have form with a combo box named cboDate that uses a pop up calender to choose a start date. There are four other fields in the form - projectcodeAM, functionAM, projectcodePM and functionPM. This DB tracks half days of employees time. Each employee will have their form point to a back end DB on a network drive that will store thier data. Once the form in opened and the start date is selected from the pop up calendar, I would like the next date to populate without having to choose the date from the pop-up calendar again. I have tried cboDate.value + 1 but the date disappears at the next record. I have also tried putting adding one to the value in the cmdbutton that moves to the next record and that doesn't work. It will work if I take out docmd.gotorecord,,acnext. But then I can't go to the next record. I've tried many different things and searched all the other posts, but they don't seem to work for me. Any suggestions?