DCount or Count either one doesn't work with my form
So I have this queries already that counts
SELECT Count([Work Request].[Work Request #]) AS [Count of ALL WR]
FROM [Work Request]
ORDER BY Count([Work Request].[Work Request #]);
when I try to copy this on my control source it doesn't do anything
i tried
=DCount("[Work Request #]"," [WRs_All]")
and it doesn't work
i also tried
=Count(WRs_All![Work Request #])
and it still doesn't work
need a lil help pls
oh also I used bound
So I have this queries already that counts
SELECT Count([Work Request].[Work Request #]) AS [Count of ALL WR]
FROM [Work Request]
ORDER BY Count([Work Request].[Work Request #]);
when I try to copy this on my control source it doesn't do anything
i tried
=DCount("[Work Request #]"," [WRs_All]")
and it doesn't work
i also tried
=Count(WRs_All![Work Request #])
and it still doesn't work
need a lil help pls
oh also I used bound
Last edited: