I am getting a little better on this Access DB (in Access 2003) I am making although I am having one problem at this time I cannot fathom out.
I have a form (frm_Stats) This form has the following textboxes on it
1. Total Number of Records in the table Matches.
2. Total Number of Records in the table tbl_Players.
Once I get over these I can move on a bit.
OK the problem:
I have the form and the textbox. In the "control source" I have the following Formula which I found on a website:
=Count([Matches])
when I open the form up it shows
#Error
Anyone have any ideas how to overcome this. I have also tried
=Count([tbl_Players])
Again that came up with
#Error
Thanks in advance.
I have a form (frm_Stats) This form has the following textboxes on it
1. Total Number of Records in the table Matches.
2. Total Number of Records in the table tbl_Players.
Once I get over these I can move on a bit.
OK the problem:
I have the form and the textbox. In the "control source" I have the following Formula which I found on a website:
=Count([Matches])
when I open the form up it shows
#Error
Anyone have any ideas how to overcome this. I have also tried
=Count([tbl_Players])
Again that came up with
#Error
Thanks in advance.
Comment