How can I populate an unbound TextBox from a query. The forms data is all based on a different query. But this one is a count, so is a seperate query.
This is what I thought but it dosent populate anthing!
Code:
Me.txtCount = [qryCountAllMembers]![CountOfMembersID]