hi,
i've got a tabel called customer, which has usual customer details on it.
i've got a home page form, which a text box in it.
i want to display the total number of records in the customer table in it.
any ideas? it should display '2'
so far i've got;
=Sum(tblCustome r!MembershipID)
but its producing an error. its a simple problem, but i caint used access
for ages, and cant remember how to do it.
do i need to use teh exporession builder, or use vb for applications?
thanx
dev
i've got a tabel called customer, which has usual customer details on it.
i've got a home page form, which a text box in it.
i want to display the total number of records in the customer table in it.
any ideas? it should display '2'
so far i've got;
=Sum(tblCustome r!MembershipID)
but its producing an error. its a simple problem, but i caint used access
for ages, and cant remember how to do it.
do i need to use teh exporession builder, or use vb for applications?
thanx
dev
Comment