I have two tables,
ADMINISTRATOR
UserID
Field1
Field2
.
.
.
AUDIT_TABLE
UserID
WhatIDid
AnotherField
.
.
.
I would like to create a report of the Audit_Table excluding the UserID's that exist in the Administrator table. The Administrator table changes frequently (about once a week or so), so I'd like to dynamically determine the UserID's from the Administrator table. Does anyone know how to do this? I'm connecting to my data via ODBC.
Thanks in advance,
MAM
ADMINISTRATOR
UserID
Field1
Field2
.
.
.
AUDIT_TABLE
UserID
WhatIDid
AnotherField
.
.
.
I would like to create a report of the Audit_Table excluding the UserID's that exist in the Administrator table. The Administrator table changes frequently (about once a week or so), so I'd like to dynamically determine the UserID's from the Administrator table. Does anyone know how to do this? I'm connecting to my data via ODBC.
Thanks in advance,
MAM