Skills="SELECT IntervalAHTByGroupCombined.Group, IntervalAHTByGroupCombined.Skillset, IntervalAHTByGroupCombined.TtlTalk, IntervalAHTByGroupCombined.TtlPCP, IntervalAHTByGroupCombined.TtlAns, IntervalAHTByGroupCombined.AHT
FROM IntervalAHTByGroupCombined
WHERE (((IntervalAHTByGroupCombined.Group)="BMW"))"
It just errors out in a syntax error if I have the where clause in there. Any ideas?
FROM IntervalAHTByGroupCombined
WHERE (((IntervalAHTByGroupCombined.Group)="BMW"))"
It just errors out in a syntax error if I have the where clause in there. Any ideas?