I have a form with a button linked to another form using the EmmployeeID to link the forms. I had it open to a new form so I can enter a new record. The EmployeeID did not appear, so in the EmployeeID properties in the Control Source, I linked that number (=[Forms]![EmployeeF]![EmployeeID]). So, when I use the button to open that form it gives me a new form and the EmployeeID is in that field. However, when I save the record, the EmployeeID isn't saved. It shows 0. Ideas?