Search results

  1. S

    Using a Combo Box to update more than 1 field

    Thanks Wayne. I have the combo box working properly, but the after update won't work? I keep getting an error. My code is as follows Me.ClientRate = Me.Service.Column(2) The field I want to update is ClientRate, the Combo box is named Service, and there are 3 columns in my lookup (ID...
  2. S

    Using Yes/No fields to get a number count?

    Hi, I'm trying to use Yes/No fields to represent the days of the week with the toggle reflecting whether work was performed on a day. I want to be able to count the Yes/True responses and then use this number as a multiplier. I'm assuming this needs to be done with code, and I'm guessing it's...
  3. S

    Using a Combo Box to update more than 1 field

    Hi, any help is appreciated. I have a form that won't update properly no matter what I try. I'm using a combobox to update one field called Service on my Clients form (that pulls information from a Services table) this works fine as it selects the service then updates the Clients record...
Back
Top Bottom