D
DUNNER7
I have started my student database and things have progressed quite well so
far ( thanks for all the help from everyone). I have several questions and
maybe someone can direct me to the right forum to get the specific answers
some of the questions have already been asked, but I need further
clarification.
1. If I have a table of 10,000 students, but at any one time I will be
working with about 300 students would the best way of handling this be:
having a table with the 10,000 but include a field "active" with y/n option
and then have the ones selected yes populate a new table that are used in all
of my reports and data keeping?
ex. Tdemographicsall (10,000 students)
Tdemographicsactive (300 students)
2. I have struggled with the attendance part and I am close to a solution,
but need some more suggestions and direction. I want to keep daily
attendance in a table, I structured it as follows:
Tattendance (table name)
taattendanceid (autonumber pk)
tastudentid(linked to demographics table)
tapresent(y/n checkbox)
tadatetime (value (now)
With this structure I am able to have a combo box, but it lists 300 names
and is hard(slow) to scroll down as 250+ kids pass by during a 15 minute
window. If I take the table "demographics" and select Create and then choose
"multiple items" it lists each student and I can delete all of the extra data
until I am left with a list of all student by ID, last, and first name. I
want to be able to click (event) one of those fields, say ID and this event
would cause the value of the fields in the attendance table: tapresent to
change to "yes" and tadatetime to enter as (now) on the click of the ID? The
click would also have to ensure that the ID field on the form corresponded
with the ID field in the attendance table.
Thanks,
Del Dobbs
far ( thanks for all the help from everyone). I have several questions and
maybe someone can direct me to the right forum to get the specific answers
some of the questions have already been asked, but I need further
clarification.
1. If I have a table of 10,000 students, but at any one time I will be
working with about 300 students would the best way of handling this be:
having a table with the 10,000 but include a field "active" with y/n option
and then have the ones selected yes populate a new table that are used in all
of my reports and data keeping?
ex. Tdemographicsall (10,000 students)
Tdemographicsactive (300 students)
2. I have struggled with the attendance part and I am close to a solution,
but need some more suggestions and direction. I want to keep daily
attendance in a table, I structured it as follows:
Tattendance (table name)
taattendanceid (autonumber pk)
tastudentid(linked to demographics table)
tapresent(y/n checkbox)
tadatetime (value (now)
With this structure I am able to have a combo box, but it lists 300 names
and is hard(slow) to scroll down as 250+ kids pass by during a 15 minute
window. If I take the table "demographics" and select Create and then choose
"multiple items" it lists each student and I can delete all of the extra data
until I am left with a list of all student by ID, last, and first name. I
want to be able to click (event) one of those fields, say ID and this event
would cause the value of the fields in the attendance table: tapresent to
change to "yes" and tadatetime to enter as (now) on the click of the ID? The
click would also have to ensure that the ID field on the form corresponded
with the ID field in the attendance table.
Thanks,
Del Dobbs