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
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