>>> In each box (Such as the project number box and customer code box), the error message "#Name?" appears. We have tried numerous ways of changing the macros, but none of them seem to work. We really just want the information on the previous
form to reappear as well as give the user the opportunity to add a new project number. Any help is appreciated. <<<
According to your description, the #Name error usually occurs because you have used a name for a field that is not in the Form's Record Source & Field List or is not one of the unbound text fields added later. So I suggest that you could add a default
value to form control whenever you want Access to enter a value in a new record automatically.