Is it possible to have a form's detail section list records side by side as well as downwards?
I have a User table containing 20 User records. I would like to list 10 records down the left hand side of the detail section & the next ten down the right hand side thus eliminating the need to use scrolling down the records to find the later ones. I can only think of using a table but don't know how to do this codewise, or by using a SQL select statement behind a search button to only return userName records that start with a letter entered by the user. Can anyone advise?
Best regards
Sargietek.
I have a User table containing 20 User records. I would like to list 10 records down the left hand side of the detail section & the next ten down the right hand side thus eliminating the need to use scrolling down the records to find the later ones. I can only think of using a table but don't know how to do this codewise, or by using a SQL select statement behind a search button to only return userName records that start with a letter entered by the user. Can anyone advise?
Best regards
Sargietek.