HTH
- Turtle
"Paul Martin" <pma...@serendipitysys.com> wrote in message
news:032a01c2e0c5$0cf8b440$a301...@phx.gbl...
Thanks & Regards,
Paul
"MacDermott" <macde...@mindspring.com> wrote in message
news:O1Up0aO4...@TK2MSFTNGP09.phx.gbl...
Replace MyListbox with the name of your listbox.
HTH
= Turtle
"Paul Martin" <pma...@serendipitysys.com> wrote in message
news:yvs8a.3289$gq3....@newsfep1-gui.server.ntli.net...
The listbox itself is part of an unbound form. The bound column of the list
is governed by an option box which is used to allow searches (so it may be
Column 1 for the customer name, column 2 for quote reference, etc.). Because
of this, I have to change the BoundColumn property to 0 in order to use your
code snippet (no errors thrown out here), but I don't seem to get anywhere.
My code is
With forms!frmCustQuoteList
.Visible = true
!lstIncSrch.BoundColumn = 0
!lstIncSrch.Requery
!lstIncSrch = QuoteID
End With
I hope this makes sense to you and that you can offer me some idea as to
what I've done wrong.
Thanks & Regards,
Paul
"MacDermott" <macde...@mindspring.com> wrote in message
news:OfhOwZP4...@TK2MSFTNGP10.phx.gbl...
What is the expression that you are debug.print - ing?
- Turtle
"Paul Martin" <pma...@serendipitysys.com> wrote in message
news:ncH8a.581$DH5...@newsfep1-gui.server.ntli.net...
"MacDermott" <macde...@mindspring.com> wrote in message
news:u7VTH5a4...@TK2MSFTNGP12.phx.gbl...
Try it with BoundColumn=1!
HTH
- Turtle
"Paul Martin" <pma...@serendipitysys.com> wrote in message
news:NGN8a.1215$DH5....@newsfep1-gui.server.ntli.net...
"MacDermott" <macde...@mindspring.com> wrote in message
news:OglOaWf4...@TK2MSFTNGP10.phx.gbl...