 |
 |
 |
 |
 |
 |
|
|
The Table
From The Today Query
|
|
|
|
|
 |
 |
 |
 |
v |
Today
becomes the base for building other tables
|
|
|
v |
For
example, the Drug Test Manifest table is the date
|
|
and
tracking number for all Drug tests
|
|
|
|
|
|
 |
 |
SELECT
Today.TrackingNum, Today.Date
|
FROM Today
|
|
WHERE
(((Today.DrugR)=Yes));
|
|
|
|
|