How do I program visual basic to create a "Find Unmatched Query"?
I have two tables:
- TodaysImport
- YesterdaysImpor t
Both tables have the same 6 fields:
- User
- User Name
- Curriculum
- eMail
- OpGroup
- UserCurriculum
The UserCurriculum field is the key field that I want to find the
unmatched records on. I want the results from TodaysImport to show me
the records that were not in the table YesterdaysImpor t.
Any help would be appreciated!
I have two tables:
- TodaysImport
- YesterdaysImpor t
Both tables have the same 6 fields:
- User
- User Name
- Curriculum
- OpGroup
- UserCurriculum
The UserCurriculum field is the key field that I want to find the
unmatched records on. I want the results from TodaysImport to show me
the records that were not in the table YesterdaysImpor t.
Any help would be appreciated!
Comment