Im sure this has been asked before but I cant find a thread.
I have a form tht has an Unbound textbox on it. I need it to show the total records in a table (not the table that the form is associated to). I know I need to use the count functio but cant find a simple explanation of it. I guess its somethinkgon the lines of:
but that just shows #Error
I have a form tht has an Unbound textbox on it. I need it to show the total records in a table (not the table that the form is associated to). I know I need to use the count functio but cant find a simple explanation of it. I guess its somethinkgon the lines of:
Code:
=Count(tbl_Contacts)