Problem I am having is I have a form where you add new projects, containing a project name and autonumber projectID, The project is the highest level in the database, next I have a screen that comes up where you add the requirements for that project into a table..Very simple idea but having some serious problems...First I want to be able to display the project name on the top of the form where you enter the requirements..what i did was used the expression builder takikng the value from the previous form to display the project name =[Forms]![frmEditReq]![cmbProject]...that only displays the projectID, not the name...Next issue is I want to be able to carry the projectID number in the form and after adding the requirements save the appropriate ProjectID number to correspond with the ProjectName, instead of having to type it in everytime..Suggestions