I want to put a count value into a form. I have created a query called qryOutLoanerCount. There are no groupings so it comes up with 1 count field called [CountOfUnits]. I am trying to show the value of this count field on my form. On the form, I have a text box with the Control Source set to: =[qryOutLoanerCount]![CountOfUnits]
However, when I look at the form in formview I only get: =Name?
Can anyone tell me what I am doing wrong?
However, when I look at the form in formview I only get: =Name?
Can anyone tell me what I am doing wrong?