How to populate a textbox in a form the number of total record in a particular table.
In the forms textbox, this is what I did but its not working.
control Source: =[select Count(*) from tblname]
but getting #NAME?
How can I solve this problem. Thank you.