how to show if at least one match exists for a record

B

bicyclops

For a given part number (Part# table) there may be one or more Defect Records
(Defects table). On a form with the list of part numbers, a field will
highlight if at least one Defect record exists. This form needs to have some
controls that are editable.

In the query for the form, I referenced another query that will return a
value if at least one defect exists for the part number. Works great, but
using that method makes my main query un-editable.

The other method is to use a domain aggregate function on my form to
reference the Defect query, but this makes the form very sluggish.

Any other ideas how to do it?

Thanks!
 

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.

Ask a Question

Top