The reason it no longer shows up is because you updated Selected from False
to True. The RowSource for List1 only returns those records where
Selected=False. Change that so that it returns all records in Customers,
regardless of the value of Selected.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> BTW, I am using example 2 of the link
>
[quoted text clipped - 14 lines]
>>
>> I would really appreciate your help.
Sara - 13 Jun 2007 18:31 GMT
You are right, thanks
> The reason it no longer shows up is because you updated Selected from False
> to True. The RowSource for List1 only returns those records where
[quoted text clipped - 19 lines]
> >>
> >> I would really appreciate your help.