In article <1D17896B-4954-4086-BE8A-(E-Mail Removed)>,
(E-Mail Removed) says...
> This is the SQL statement in the rowsource. I'm not sure where the "On
> Current" event is located. I see the on click, on enter, on exit, etc.
>
> SELECT Representative.RepresentativeID, [Representative]![First Name] & " "
> & [Representative]![Last Name] AS Expr1
> FROM Representative
> WHERE (((Representative.ClientID)=[Forms]![Claimant]![ClientID]));
>
Your Where clause is being set to the value on your form, so the method
I suggested of setting it in the On Current event isn't necessary.
What is the Company Rowsource?
To try to figure out what's happening, bring up a record where you have
the weird blanks. Open a new query in SQL view, and paste the Rowsource
SQL into it. Run it and see what you get. Try it for both Company and
Representatve. For the combobox to show blank, the value that you
already have on the form is not in the records returned. This will give
you a clue as to what's going on.
--
Armen Stein
Microsoft Access MVP
www.JStreetTech.com