C
CJ
Hi Groupies
.........I detest list boxes......however, my database has a couple.
I need to be able to capture the value of the item selected in the list box
on my form and use the value in the first column as criteria in a query. My
darkest fear is that this is not possible in a query and I will have to
delve into the code behind the list box. Code is not my forte...
I have tried:
[Forms]![frmSiteReturns]![lstOnSite].[Selected]
[Forms]![frmSiteReturns]![lstOnSite].[Value]
....neither of which return anything...
and
[Forms]![frmSiteReturns]![lstOnSite].[Item]
....which returns an error.
Is this possible? If not, how can I capture the data?
.........I detest list boxes......however, my database has a couple.
I need to be able to capture the value of the item selected in the list box
on my form and use the value in the first column as criteria in a query. My
darkest fear is that this is not possible in a query and I will have to
delve into the code behind the list box. Code is not my forte...
I have tried:
[Forms]![frmSiteReturns]![lstOnSite].[Selected]
[Forms]![frmSiteReturns]![lstOnSite].[Value]
....neither of which return anything...
and
[Forms]![frmSiteReturns]![lstOnSite].[Item]
....which returns an error.
Is this possible? If not, how can I capture the data?