G
Guest
I'm trying to return the earliest LeadTimeDate of a record if other
CompareParts have the same beginning characters.
The following control expression works fine:
=DMin("[LeadTimeDate]","NormalizationQuery","[CombinePart] =
Forms![NormalizeTest]![CombinePart]")
I need something like the below control expression to return the earliest
LeadTimeDate of all records with the beginning characters. I've tried
everything and can't seem to use the wildcards within this formula. Any idea
how I can rewrite this?
=DMin("[LeadTimeDate]","NormalizationQuery","[CombinePart] = Like "*
Forms![NormalizeTest]![CombinePart]"")
Thanks so much,
Alex
CompareParts have the same beginning characters.
The following control expression works fine:
=DMin("[LeadTimeDate]","NormalizationQuery","[CombinePart] =
Forms![NormalizeTest]![CombinePart]")
I need something like the below control expression to return the earliest
LeadTimeDate of all records with the beginning characters. I've tried
everything and can't seem to use the wildcards within this formula. Any idea
how I can rewrite this?
=DMin("[LeadTimeDate]","NormalizationQuery","[CombinePart] = Like "*
Forms![NormalizeTest]![CombinePart]"")
Thanks so much,
Alex