I've created a process to add a new employee to a database. It involves
filling out information on a series of forms. To get the employee's name &
SSN to "follow" from form to form, I simply set the default value of the
name & SSN on the new form to the value on the previous form prior to
closing it.
However, when I try to input additional data on any of the consequetive
forms, I get an error that I'm trying to add duplicate information. I even
tried taking off the control source, so it wouldn't try to rewrite the
name & SSN to the table, just the rest of the info - still get the error.
Any ideas?
+Tammy