List Box Query

A

AJF

O.k. Does the Code get placed into a Module and called
up, or within the Form. I'm not sure where to place the
code. Either way, I get an error on the first line of
code:

Set frm = Form!Reporting (Object required?)

Thanks!


Subject: Re: List Box Query
From: "Van T. Dinh"
<[email protected]> Sent:
10/2/2003 8:01:37 PM




Change your ListBox to Multi-Select and use the code from
The Access Web
article:

http://www.mvps.org/access/forms/frm0007.htm

You probably need to modify the code in the above article
to suit your Form
and your Oracle Back-End.
 
Top