From: Avid Fan on

I want code that will cause the listbox to move to the top record and
behave as if I clicked the top record.

Thanks
From: Al Campagna on
Avid,
lstYourListBoxName = lstYourListBoxName.ItemData(0)
--
hth
Al Campagna
Microsoft Access MVP 2007-2009
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."

"Avid Fan" <me(a)privacy.net> wrote in message
news:O9283KnyKHA.1236(a)TK2MSFTNGP06.phx.gbl...
>
> I want code that will cause the listbox to move to the top record and
> behave as if I clicked the top record.
>
> Thanks


From: Avid Fan on
Al Campagna wrote:
> Avid,
> lstYourListBoxName = lstYourListBoxName.ItemData(0)

Thankyou everyone in this group has been so patient and so helpful with
me.

Thank you again.