Combo box autoexpand trouble in datasheet view.

M

Marek F.

Hello,
I have a bound combo box that will not autoexpand on first typed character
(for some letters) in a new record.
This happens only in datasheet view.
In a single or continous form view autoexpand works fine on all first
characters.
Record source is as follows:
SELECT Patients.[ID], [Last Name] & ", " & [First Name] AS Patient
FROM Patients
ORDER BY [Last Name] & ", " & [First Name];
Access 2000.
Any ideas will be greatly appreciated.
Marek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top