L
Luther
Hi,
I have a query as such:
SELECT Count([PlanID]) AS HowMany
FROM HiPlanNames
WHERE (((HiPlanNames.LastUpdated)<=Date()));
I need to put the result of HowMany (this field is
calculated) with a label. Is this possible?
Thank you in advance.
I have a query as such:
SELECT Count([PlanID]) AS HowMany
FROM HiPlanNames
WHERE (((HiPlanNames.LastUpdated)<=Date()));
I need to put the result of HowMany (this field is
calculated) with a label. Is this possible?
Thank you in advance.