stickleprojects Level: Moderator

 Registered: 09-09-2002 Posts: 891
|
Re: ListBox
Hi
2 options, i can think of.
1. Use the MSForms listbox/combobox as it is like the one (exactly, in fact) used in Access, with columncount, columnwidths, etc.
2. Use a ListView and set the View property the Report. This will give you "hidden" columns by using the Tag property to hold the actual id of the record
Hope this helps
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
|