List Box - Freeze Columns When Scrolling

wazza

Registered User.
Local time
Today, 01:16
Joined
Apr 23, 2004
Messages
104
HI

I have a list box which sometimes needs extensive scrolling to the right to see other data.

Im wondering whether I can freeze the first few columns (key info) so I can trace the other data when scrolling. (i.e. like in an Excel spreadsheet)

I dont mind what coding if I have to - any suggestions please?
 
As far as I know: Not possible in default access listbox/combobox
 
You can do it with a datasheet view in a subform if that's any help...

Dave
 

Users who are viewing this thread

Back
Top Bottom