First post ever so a little background on my access skills: I am a self-taught coder who has created a number of access databases before. Skill level somewhere around advanced to expert (no one else in the IT department can help me with access related questions)
I am currently developing a database that has 80,000 + records and am trying to figure out the best way (ok the proper way) to get the project to work. The database is currently working but I want to improve it and to optimize the functionality.
My main problem at this time is figuring out how to display information in reports. (In some ways it also will relate to forms)
What I am wondering is what is the best (or proper) way to display a subset of the records (created from a number of tables joined together currently in a view). The data that is displayed would need to be user selectable (I do this currently through a form) but not all the criteria fields need to be entered. Meaning the possible fields are [Year], [Semester], and [CourseID] where [CourseId] is not always entered.
The way that I currently am doing this is through the DoCmd.OpenReport function with criteria. I am guessing this is not the best method. The other methods I have seen but do not totally understand yet are through <Input parameters> and possibly setting the <server filter>. But I want to know what the best method would be.
Thanks for any pointers to the best method or sources to learn how to do this kind of work better.
Bernard Welmers
I am currently developing a database that has 80,000 + records and am trying to figure out the best way (ok the proper way) to get the project to work. The database is currently working but I want to improve it and to optimize the functionality.
My main problem at this time is figuring out how to display information in reports. (In some ways it also will relate to forms)
What I am wondering is what is the best (or proper) way to display a subset of the records (created from a number of tables joined together currently in a view). The data that is displayed would need to be user selectable (I do this currently through a form) but not all the criteria fields need to be entered. Meaning the possible fields are [Year], [Semester], and [CourseID] where [CourseId] is not always entered.
The way that I currently am doing this is through the DoCmd.OpenReport function with criteria. I am guessing this is not the best method. The other methods I have seen but do not totally understand yet are through <Input parameters> and possibly setting the <server filter>. But I want to know what the best method would be.
Thanks for any pointers to the best method or sources to learn how to do this kind of work better.
Bernard Welmers