B
Baby Face Lee
I posted a similar question a few days ago but as I didn't explain myself
very well I'm posting again. Hope you don't mind.
This is what I've got:
Form without a control source
Purpose of the form is to enable users to pick various 'clients' from a
listbox so that the address details can be printed on labels
Listbox displays all client records from a table - Field A (long Integer)
and Field B (Text). Field A is the bound column.
The listbox is a multi-select listbox as I want users to be able to select
as many clients as required.
This all works fine BUT as there are around 15,000 different records in the
listbox it would be helpful if the user could enter the ClientID (Field A)
and 'jump' to that record within the listbox.
I've put a textbox on the form (txtJump) together with a command button
(cmdJump) that will 'find' the record when clicked but I don't know how to
get this to work!! All my attempts have failed.
Can you advise me (in words of one syllable!) on how to achieve this?
Many thanks for any advice.
Lee
very well I'm posting again. Hope you don't mind.
This is what I've got:
Form without a control source
Purpose of the form is to enable users to pick various 'clients' from a
listbox so that the address details can be printed on labels
Listbox displays all client records from a table - Field A (long Integer)
and Field B (Text). Field A is the bound column.
The listbox is a multi-select listbox as I want users to be able to select
as many clients as required.
This all works fine BUT as there are around 15,000 different records in the
listbox it would be helpful if the user could enter the ClientID (Field A)
and 'jump' to that record within the listbox.
I've put a textbox on the form (txtJump) together with a command button
(cmdJump) that will 'find' the record when clicked but I don't know how to
get this to work!! All my attempts have failed.
Can you advise me (in words of one syllable!) on how to achieve this?
Many thanks for any advice.
Lee