IIRC, limit to list does not do what you describe (filter as you type). That can occur if you have Auto Expand set to yes. It is also often done with...
I have just discovered that an application I inherited uses a combo box with "limit to list". So if you start typing it homes in on an entry from the...
You're assigning recordsetclone.count to the variable lngCount then asking if one is greater than the other. How would that be possible? I don't see...