M
meghanwh
I have a table that has three fields, one is the group ID, one is a
minimum value and another is a maximum value. I have a query that
counts the number of people who work at a certain company, and I want
to place that company into a group. For example, if there are 5-15
people at a company, they'd be group 4. I have designed a query
function:
LFC Group: DLookUp("[LFCGroup]","[LFCGroups Tbl]","[CountOfUID]"
Between [LFCGroups Tbl]![Minimum] And [LFCGroups Tbl]![Maximum])
It counts the number of people correctly (from UID field), but does not
return the correct group category. It also prompts me for parameters
for [LFCGroups Tbl]![Maximum] and [LFCGroups Tbl]![Minimum]). Help!
minimum value and another is a maximum value. I have a query that
counts the number of people who work at a certain company, and I want
to place that company into a group. For example, if there are 5-15
people at a company, they'd be group 4. I have designed a query
function:
LFC Group: DLookUp("[LFCGroup]","[LFCGroups Tbl]","[CountOfUID]"
Between [LFCGroups Tbl]![Minimum] And [LFCGroups Tbl]![Maximum])
It counts the number of people correctly (from UID field), but does not
return the correct group category. It also prompts me for parameters
for [LFCGroups Tbl]![Maximum] and [LFCGroups Tbl]![Minimum]). Help!