WaterLover
New member
- Local time
- Yesterday, 16:37
- Joined
- Jan 26, 2020
- Messages
- 23
I have the following saved Query:
SELECT [Premium History Data].Premium
FROM [Premium History Data]
WHERE ((([Premium History Data].[Pay Period])=GetPriorPayPeriod('County','Selected')))
I've stepped through GetPriorPayPeriod WHILE running this query and it returns the correct result (in this case, "2019-26"), however, the Query operates as though it returned "". When I'm working with OTHER pay periods, the Query operates correctly.
Anybody have any ideas?
SELECT [Premium History Data].Premium
FROM [Premium History Data]
WHERE ((([Premium History Data].[Pay Period])=GetPriorPayPeriod('County','Selected')))
I've stepped through GetPriorPayPeriod WHILE running this query and it returns the correct result (in this case, "2019-26"), however, the Query operates as though it returned "". When I'm working with OTHER pay periods, the Query operates correctly.
Anybody have any ideas?