K
Keith G Hicks
This is just a general question on technique. I don't need specific
details. I have an MS Access 2k front end hooked to an MS SQL 2k back end.
The main table in the system has about 30,000 records in it so binding the
form to the entire dataset is dumb. I want to bind the form to only one
record at a time to keep it fast. My client wants to have navigation
buttons on the form. So of course I have to code the thing so that the nav
buttons pull up the correct records in the correct sequence from the data.
What I've done to handle this works fine so far but I'm curious how other
people have handled this. Is there a website with 3rd party tools for this
and/or appropriate code for the front end and back end? Again, just looking
for general ideas on this.
Thanks,
Keith
details. I have an MS Access 2k front end hooked to an MS SQL 2k back end.
The main table in the system has about 30,000 records in it so binding the
form to the entire dataset is dumb. I want to bind the form to only one
record at a time to keep it fast. My client wants to have navigation
buttons on the form. So of course I have to code the thing so that the nav
buttons pull up the correct records in the correct sequence from the data.
What I've done to handle this works fine so far but I'm curious how other
people have handled this. Is there a website with 3rd party tools for this
and/or appropriate code for the front end and back end? Again, just looking
for general ideas on this.
Thanks,
Keith