M
Maxz
Had no luck finding an answer that made any sense, so here we go.
I have an unbound list box, that as you type the part number it scrolls thru
the list.
Also if you alt+arrow down you can view an extra 8 numbers scrolling below.
Sounds and looks simple.... See code for box
SELECT DISTINCTROW tblInventoryExtend.[Part#],
tblInventoryExtend.Description FROM tblInventoryExtend;
The problem is that up to the RR's this works fine record #65539 top and
bottom.
But 65539 to 75810 donot scroll in the bottom scroll area.
I have an unbound list box, that as you type the part number it scrolls thru
the list.
Also if you alt+arrow down you can view an extra 8 numbers scrolling below.
Sounds and looks simple.... See code for box

SELECT DISTINCTROW tblInventoryExtend.[Part#],
tblInventoryExtend.Description FROM tblInventoryExtend;
The problem is that up to the RR's this works fine record #65539 top and
bottom.
But 65539 to 75810 donot scroll in the bottom scroll area.