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...