copy button for an employee

  • Thread starter Thread starter msreal
  • Start date Start date
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!
 
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.
 
Back
Top