Insert text into append query field

  • Thread starter AccessFreak via AccessMonster.com
  • Start date
A

AccessFreak via AccessMonster.com

Append Query name: "qry_employee_archive"

table.employee and table.arc_employee are exactly duplicates except table.
arc_employee has an extra field call "reason". This means the reason the
record was archived.

When "qry_employee_archive" runs to append data from table.employee to table.
arc_employee, I would like text (i.e., "No Longer Employed", "Transferred",
etc.) to added to the "reason" field in table.arc_employee.

I can specify the text based on when and where the append query run just need
to get that text inserted.

Thanks in advance!
 
K

KARL DEWEY

Better than using a separate table is to have one field for Archive (Yes/No -
default No) and one for reason not active.

Have an event/macro to prompt & update (SetValue) when the Archive field is
changed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top