>I have a questionaire database (normalized like Duane
>Hookom) taught us :-)
[quoted text clipped - 5 lines]
>ID, QuestionID, AnswerID
>Thanks for any input.
With a unique index on ID, and nonunique indexes on the other two
fields; and with regular compaction, Access can handle this OK. The
biggest Access app of which I'm aware has a hundred times more records
than yours.
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public
Jesper F - 29 Apr 2004 09:49 GMT
>With a unique index on ID, and nonunique indexes on the other two
>fields; and with regular compaction, Access can handle this OK. The
>biggest Access app of which I'm aware has a hundred times more records
>than yours.
Thank you John. Great to know. I'll just keep at it
then :-)