copy button for an employee

M

msreal

Hi,

I have a form with a field that displays the name of an employee. I
want to create a button that copies this employee to another record.
Does anyone know how to do this? The idea is that a employee can be
copied to another company.

Thanks in advance!
 
J

John Vinson

Hi,

I have a form with a field that displays the name of an employee. I
want to create a button that copies this employee to another record.
Does anyone know how to do this? The idea is that a employee can be
copied to another company.

An Append query, using the EmployeeID from the current form, would do
this.
 
Top