On Tue, 4 May 2010 01:33:12 -0700 (PDT), atledreier
<(E-Mail Removed)> wrote:
The basic idea for such query is:
select * from myTable
where myField not in (select myField from myLookupTable)
-Tom.
Microsoft Access MVP
>I have some fields I need to check against another table.
>
>The scenario:
>
>My users have been inputting data in my tables through queries up
>until now. i've realized I'm going to need a few lookuptables to
>verify their input, but there's some 10.000+ records that needs to be
>checked. So I've made the lookup tables but I thought I'd make it a
>little easier for my users to verify their data with a query that
>returns records with faults.
>
>I've made a query that returns al the NULL values and a continuous
>form that mark the empty but required fields with yellow background
>through autoformat. I'd love to have the invalid entries marked with
>red text. I think i can handle that if i get a query that returns the
>invalid records.
|