I'm working on a database for a hair salon. On the data entry subform I would like to be able to select a service from a combo box (pulled from tblServices) and then have the corresponding price automatically appear in txtPrice on the form. I originally set the control source for txtPrice to be =cboServices.column(1). This works except that the stylist wants to be able to modify the price in txtPrice in case she wants to give a discount to certain customers. How can this be accomplished?