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.
The problem I'm having is that I have another field on my Clients form (Rate) that I want updated as well when I select the appropriate service. Rate is also stored on my Services table and I want it to update the Rate field on my Clients form once the Service has been selected.
I've tried to update the Rate fields control source on my Clients form with a query and code and for some reason nothing seems to work.
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.
The problem I'm having is that I have another field on my Clients form (Rate) that I want updated as well when I select the appropriate service. Rate is also stored on my Services table and I want it to update the Rate field on my Clients form once the Service has been selected.
I've tried to update the Rate fields control source on my Clients form with a query and code and for some reason nothing seems to work.