counter Customer?

MyDear

Registered User.
Local time
Tomorrow, 00:00
Joined
Feb 12, 2006
Messages
12
I need Create a new counter on my Customer form for each day, using an Autonumber and print it
 
Add an extra textbox on your form and in the control source you can use the Count Function which will give a total.
 
Um, what is the count function going to count?
 
Um, what is the count function going to count?

When you =Count(0) it counts against all records from the record source. If you want to be more specific you can specify the Field Name. If more criteria is needed you will have to tell us what that is and against which Fields and Tables etc.
 
I want to work Using vba so that the number of customers at the beginning of every day, will be reset to zero when the registration number and the first client data and give him the number 1 second and the client gives the No. 2 to last client
 
1-I want to count the number of people entered without dupication in one day. Just are the date, not the exact time. Each person has a unique Badge number.

2-After that, I have another worksheet with all the empoyees` Badge number. I want to compare the peoople entered with this sheet to exclude the visitors, i.e. the people inside both sheets remain. Then count how many.
 

Users who are viewing this thread

Back
Top Bottom