donnydooner
Programmer
I have a form with a procedure to reserve drawing numbers. The user is allowed to reserve up to 50 numbers at a time. As the database has gotten bigger it now takes about 5 minutes to reserve 50 numbers, whereas it used to be almost instantaneous. My procedure looks at the drawing number table to determine the next available number. How can I speed this up? I have compacted and repaired the database.