VBA variables

Tinny

Registered User.
Local time
Yesterday, 16:41
Joined
Oct 29, 2006
Messages
20
Hello everyone ... I want to ask something useful i think for every one about VBA variables...
How can i write a variable in my form that can count the customers and then just put it in a textfield like TotalCustomers() and "prints" the results?

The Total Customers is TotalCustomers()
 
usually you would not need a variable for that. You can just use DCOUNT as the source to do it.
 

Users who are viewing this thread

Back
Top Bottom