How do I get the query count to display on an Access form?
I have a form in MS Access and want to simulate the navigation controls. So it says "This is record X of Y". X = Me.CurrentRecord. But what is Y? I tried Me.Count but it doesnt give the right number. The form sources a query, and I want to display the number of records in the query. Sorry, not real handy at Access forms. Any help would be appreciated. Thanks.
