ottograham
Technical User
I have a table with vehicle information ("Vehicles". The vehicles have 5 digit class code strings ([Class]), with the first character identifying gross vehicle weight. For instance, 0**** is a light truck, while 7**** is a private passenger vehicle.
How best to count the number of vehicles of each type and place the total on the form:
Light: __xx_____
Medium: _xx____
Heavy: __xx__
Private Passenger: _xx___
Do I use text boxes and put expressions in the Control Source property? I've tried following the Domain Function help screens, with no success. Would you include the proper syntax?
Thank you in advance for your help.
How best to count the number of vehicles of each type and place the total on the form:
Light: __xx_____
Medium: _xx____
Heavy: __xx__
Private Passenger: _xx___
Do I use text boxes and put expressions in the Control Source property? I've tried following the Domain Function help screens, with no success. Would you include the proper syntax?
Thank you in advance for your help.