B
bicyclops
I had posted this question in the Forms thread, but that was probably the
wrong place.
TblPartNumInfo
TblDefectRpt
My query for PartNumInfo brings together lots of different tables including
customers, contact info, status of jobs. A feature I need to add is a warning
if at least one defect report exists for a given part number. It would be
shown on the form as a conditional format of the text box where the part
number is shown.
So I would like to add a field to my query that would return some value
(like the part#ID) if at least one Defect Report exists for a part#. I
created a separate Select Query & joined it to my main Query on the Part#ID
field. Works great, but now the main query becomes uneditable.
Tried using domain aggregate directly on form, which works but makes the
form very sluggish, as it is a long list of part numbers. Any better way to
do this? A subquery? Haven't tried one of those yet & don't know how.
Thanks in advance!
wrong place.
TblPartNumInfo
TblDefectRpt
My query for PartNumInfo brings together lots of different tables including
customers, contact info, status of jobs. A feature I need to add is a warning
if at least one defect report exists for a given part number. It would be
shown on the form as a conditional format of the text box where the part
number is shown.
So I would like to add a field to my query that would return some value
(like the part#ID) if at least one Defect Report exists for a part#. I
created a separate Select Query & joined it to my main Query on the Part#ID
field. Works great, but now the main query becomes uneditable.
Tried using domain aggregate directly on form, which works but makes the
form very sluggish, as it is a long list of part numbers. Any better way to
do this? A subquery? Haven't tried one of those yet & don't know how.
Thanks in advance!