Susan Harkins
ssharkins at gmail.com
Tue Oct 9 18:41:10 CDT 2007
That's it -- thank you Charlotte. I knew one of you guys would know it without looking it up. :) Susan H. > The simple express is ItemData(0) unless you have turned on column > headings in the dropdown and then it's ItemData(1), since zero is the > heading row. > > > The query sorts by most often chosen? That's interesting -- so the most > often chosen should be the top item in the combo right? If that's the > case, you simply set the default value to the first item -- there's a > simple expression for doing so that I can't recall off the top of my > head -- someone's going to know it -- > > control.Data(0) > > or something like that.