Command buttons and formulas

R

Rae

I need to add 3 command buttons to a form; one for outpatients, one for
inpatients and one for procedure room patients. They all need different
charges.
Outpatients need [TotalUnits]*$59.00
Inpatients need [TotalUnits]*$52.00
Procedure room need [RelativeValue]*$27.00
I was thinking of making a command box for the secretary to click on which
will then input the total "rate" from these commands into a "rate" field.
 
Top