Combo Box

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hi

I have a database where on the main form (it's a pop-up), there's a
combo box that allows the user to select a person's name. That should
bring up the record and display the data.

However, for some reason, it's stopped working? The Name field at the
top of the form now reads "#Name?" even though the field is specified
as "Client"&FirstName&

and I get an error message of "The expression After Update you entered
as the event property setting produced the following error: Object or
class does not support the set of events"

Can someone help?

Thanks

Jeff
 
Please post the code you are using in the After Update event - it's much
easier to help if we see it.
What is the After Update event responding to - the combo box?



Perhaps the control source for the Name field should be ="Client " &
[firstname].

John
 
Back
Top