G
Guest
How do I use a field on a Parent form (frmContract!doc_type from the Contract
table) to determine the conditional formatting in a subform (QryTotal by
doc_type) based on a query (this query contains the summarized amount by the
same doc_type)? I'm trying to highlight the record where the doc_type field
is equal to the record that has the same doc_type.
I tried using Condition1-Expression Is Me!frmContract!doc_type = Me!qryTotal
by doc_type, but it is giving me an error msg: "The expression you entered
contains invalid syntax." Thank you!!!
geri
table) to determine the conditional formatting in a subform (QryTotal by
doc_type) based on a query (this query contains the summarized amount by the
same doc_type)? I'm trying to highlight the record where the doc_type field
is equal to the record that has the same doc_type.
I tried using Condition1-Expression Is Me!frmContract!doc_type = Me!qryTotal
by doc_type, but it is giving me an error msg: "The expression you entered
contains invalid syntax." Thank you!!!
geri