Setting checkboxes to values for mathematical operations

I30I350X

New member
Local time
Yesterday, 23:19
Joined
Aug 12, 2010
Messages
1
Greetings,
I have a list of services shown as checkboxes, and I would like to be able to automatically create an estimate when each service is checked. Is this possible?

Basically, if I selected service one which we'll say is $50, I'd like to have a label that shows $50 when that service is checked. Each service has its own value, so when I have several selected, I'd like them to automatically add up and have their total shown in a label.

Also, let's say they want one service 2 times. When I check that service, I'd like a combo box to appear where I can select the number of times that the service will be needed, which will accordingly add the appropriate amount to the total.

I appreciate any help, thanks in advance.
 
Use the "On Click" event to trigger either a DLOOKUP or SQL search to retrieve the $ value of that service. I assume that you have a table with each service identified and the $ value placed in one of the fields of that table.
 

Users who are viewing this thread

Back
Top Bottom