"Archiving" inactive employees

G

Guest

Again, still new, I am building a training database that tracks the classes
employees have taken. In my employee table there is a Hire Date and a Term
Date. In reading past archiving posts I understand it's better to flag them
as inactive through use of the Term Date so they won't appear in my everyday
records. My question is: Will all related records be "archived" as well?
Not only from the Employee Info page but also from any training classes I
have them registered to as well?
Thanks for your help
 
S

Steve

Not explicitly but will be implicitly. If you base your forms and reports
showing employees in training classes on a query that includes EmployeeID
and IsInactive from your Employee table and EmployeeID from your training
classes table with both EmployeeIDs linked and the criteria of IsInactive
set to True, only active employees will be shown in your forms and reports
showing training classes.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
G

Guest

Thanks so much

Steve said:
Not explicitly but will be implicitly. If you base your forms and reports
showing employees in training classes on a query that includes EmployeeID
and IsInactive from your Employee table and EmployeeID from your training
classes table with both EmployeeIDs linked and the criteria of IsInactive
set to True, only active employees will be shown in your forms and reports
showing training classes.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 

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