Re: List Box
- From: John Vinson <jvinson@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 14 Jul 2005 00:14:18 -0600
On Tue, 12 Jul 2005 14:01:04 -0700, LOP
<LOP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>Here's the code from the OnClick event of the View button:
Don't see anything blatantly obvious. Try opening the code in the VBA
editor; put a breakpoint on an executable (i.e. not a Dim) line by
clicking the mouse in the grey bar to the left of the code window.
Run the code, and step through it line by line using F8.
Note where in the code the error occurs, and use the Immediate window
to investigate the values of the variables; or hover the mouse over
variables to see their value. You should be able to identify the one
that's generating the error.
John W. Vinson[MVP]
.
- References:
- List Box
- From: LOP
- Re: List Box
- From: John Vinson
- Re: List Box
- From: LOP
- List Box
- Prev by Date: multi line combo boxes
- Next by Date: Re: DISTINCTROW doesn't yield off unique rows in one of my columns
- Previous by thread: Re: List Box
- Next by thread: Need Order Entry form example
- Index(es):