M
Mark Wolven
I am trying to get Access to compare the list of actual values in a
field in a database to a list of valid codes for that field. The valid
values are stored in separate table.
I have been able to generate a query that tells me when the (valid)
value appears in both and how many records that union represents.
What I have not been able to accomplish is the umber of times a value
is used that does not appear in the valid list. And also, I'm
interested in knowing the number of valid values that do not appear in
the database. Although, I feel that once I have skinned the first cat,
that skinning the second will just be a slight variation.
Thanks
field in a database to a list of valid codes for that field. The valid
values are stored in separate table.
I have been able to generate a query that tells me when the (valid)
value appears in both and how many records that union represents.
What I have not been able to accomplish is the umber of times a value
is used that does not appear in the valid list. And also, I'm
interested in knowing the number of valid values that do not appear in
the database. Although, I feel that once I have skinned the first cat,
that skinning the second will just be a slight variation.
Thanks