C
chuck
Is it possible to overcome the 65535 row (max integer) limit for a listbox?
TIA for any help.
Chuck
TIA for any help.
Chuck
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Is it possible to overcome the 65535 row (max integer) limit for a listbox?
TIA for any help.
Chuck
John said:No, and I cannot IMAGINE any user EVER being willing to scroll down
even a tenth as many rows as that, or even using the (single
character) typeahead.
Could you explain the real-life problem you are attempting to solve?
I'm sure there is a solution *not* involving a nine hundred foot tall
listbox.
John W. Vinson[MVP]
MikeB said:
Problem is selecting a set of attendees to enroll in a selected seminar
- attendees in one list, seminars in another, on a form.
Wow - I got a lot of good answers to what I was afraid was a really dumbJohn said:OK... point taken. <g> I see you have some suggested solutions for
the listbox, but let me toss out another: a continuous (not datasheet)
Subform based on an Outer Join query listing all attendees, joined to
the table of seminar attendees, sorted alphabetically. If the Query
includes both tables' AttendeeID it will be updatable, and selecting
any field in the seminar-attendance table (a checkbox say) will
"dirty" that record, causing a new record to be created in the
many-side table.
John W. Vinson[MVP]
John:John said:OK... point taken. <g> I see you have some suggested solutions for
the listbox, but let me toss out another: a continuous (not datasheet)
Subform based on an Outer Join query listing all attendees, joined to
the table of seminar attendees, sorted alphabetically. If the Query
includes both tables' AttendeeID it will be updatable, and selecting
any field in the seminar-attendance table (a checkbox say) will
"dirty" that record, causing a new record to be created in the
many-side table.
John W. Vinson[MVP]
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.