By "reflect" you mean to still have it? From a query perspective, you can
try to use an outer join, if you have a table with all 'field values', no
dup:
SELECT ...
FROM TableWithAllFieldsValueNoDup LEFT JOIN yourOtherTable
ON TableWithAllFieldsValueNoDup.FieldName = yourOtherTable.FieldName
Vanderghast, Access MVP
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.