policechiefwiggum
Programmer
Hi All,
I have a query that connects to a SQL server and pulls back some data (obviously!) The query pulls back over 2000 results, which is fine as i can navigate through this using the Navigation buttons in the query.
I've then got a form which has a List box, that displays this query.
What i plan to do is have a couple of fields below the listbox that the user will be able to populate based on the value selected in the listbox.
Now i obviously can't expect the users to scroll though all 2000 records to find the one the want, so was wondering if it possible to:
a)use the standard navigation to jump to records in the list box
or
b) "Easily" add navigation to the list box?
Thanks
Pete
I have a query that connects to a SQL server and pulls back some data (obviously!) The query pulls back over 2000 results, which is fine as i can navigate through this using the Navigation buttons in the query.
I've then got a form which has a List box, that displays this query.
What i plan to do is have a couple of fields below the listbox that the user will be able to populate based on the value selected in the listbox.
Now i obviously can't expect the users to scroll though all 2000 records to find the one the want, so was wondering if it possible to:
a)use the standard navigation to jump to records in the list box
or
b) "Easily" add navigation to the list box?
Thanks
Pete