
Signature
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions
"Find a job that you love, and you'll never work a day in your life."
Hi Campagna,
the issue is that on list control,you have an option to choose more
then 1 item so its little bit problematic to have criteria but maybe i
have wrong aproach
i need to have the option of "all countries" appearing on the list as
one of the option regarding the behaid the seen its doesnt matter
Al Campagna כתב:
> thread,
> You can do that by leaving the cboCountry Null.
[quoted text clipped - 53 lines]
> > > seperatly(not part of the country list) but will come as one of the
> > > item list
Hi Campagna,
the issue is that on list control,you have an option to choose more
then 1 item so its little bit problematic to have criteria but maybe i
have wrong aproach
i need to have the option of "all countries" appearing on the list as
one of the option regarding the behaid the seen its doesnt matter
Al Campagna כתב:
> thread,
> You can do that by leaving the cboCountry Null.
[quoted text clipped - 53 lines]
> > > seperatly(not part of the country list) but will come as one of the
> > > item list
Al Campagna - 28 Feb 2007 18:45 GMT
thread,
I have to go out for a while, so I can't get too specific right now, but...
You should be able to determine if any items have been selected from the list or not.
(Count of Items Selected?) If not, open the report with all Countries showing.
I'll get back ASAP...

Signature
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions
"Find a job that you love, and you'll never work a day in your life."
Hi Campagna,
the issue is that on list control,you have an option to choose more
then 1 item so its little bit problematic to have criteria but maybe i
have wrong aproach
i need to have the option of "all countries" appearing on the list as
one of the option regarding the behaid the seen its doesnt matter
Al Campagna ???:
> thread,
> You can do that by leaving the cboCountry Null.
[quoted text clipped - 56 lines]
> > > seperatly(not part of the country list) but will come as one of the
> > > item list
Al Campagna - 28 Feb 2007 19:02 GMT
Hi Campagna,
the issue is that on list control,you have an option to choose more
then 1 item so its little bit problematic to have criteria but maybe i
have wrong aproach
i need to have the option of "all countries" appearing on the list as
one of the option regarding the behaid the seen its doesnt matter
Al Campagna ???:
> thread,
> You can do that by leaving the cboCountry Null.
[quoted text clipped - 56 lines]
> > > seperatly(not part of the country list) but will come as one of the
> > > item list
Al Campagna - 28 Feb 2007 19:06 GMT
thread,
May have sent a blank response... please disregard it.
Not sure if I understand for sure but...
Using the AfterUpdate event of the list... or some button Click, etc...
If lstYourListName.ItemsSelected.Count = 0 Then
'then do some operation
Else
'do some other operation
End If

Signature
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions
"Find a job that you love, and you'll never work a day in your life."
Hi Campagna,
the issue is that on list control,you have an option to choose more
then 1 item so its little bit problematic to have criteria but maybe i
have wrong aproach
i need to have the option of "all countries" appearing on the list as
one of the option regarding the behaid the seen its doesnt matter
Al Campagna ???:
> thread,
> You can do that by leaving the cboCountry Null.
[quoted text clipped - 56 lines]
> > > seperatly(not part of the country list) but will come as one of the
> > > item list