M
MillieWarwick
I am a new user to Access. I am building a data base for an adult Bible
School. Classes are twice a week for 5 weeks with the 6th week being test.
They can earn 10 bonus points to be added to final grade. If there is a book
to read, and they do not read it, then 10 points is deducted from their final
grade. All five worksheets for each class are to be totaled . The test is to
be 75% of the final grade and the worksheet total is the other 25% of the
final grade. Then final grade plus bonus points, plus (minus 10 points) if
book not read equals class grade.
I have had no success so far in makeing this work on the tabel or form. I
have a table for students with all of their information;for teachers with all
of their information; for classes with all 26 classes listed; for assignments
with all five WorkSheets(numbered 1-5), WorkSheetTotal, Exam, FinalGrade,
BonusPoints, ReadBook (yes/no), ClassGrade.
The table relationships are all linked 1-many with enforced referrential
integrity. I have tried making the fields Numbers, Percents, and Currency.
The formula I have been trying to use so far is just to get the 5 worksheets
to add up. =[WorkSheet1]+[WorkSheet2]+[WorkSheet3]+[WorkSheet4]+[WorkSheet5]
It keeps coming back and saying it does not recognize WorkSheet1 ...
I have completely deleted the table and rebuilt it several times. I have
started over from scratch with a new database with a new name and rebuilt all
of the tables several times. I almost know all of the information by heart,
which is good, since I am the director of the school. So I can see that some
good has come out of all of this confusion.
Is there a VBA for dummies? I would really like to have this working by the
second week of September when school starts if possible.
Thanks for your help
MillieWarwick
School. Classes are twice a week for 5 weeks with the 6th week being test.
They can earn 10 bonus points to be added to final grade. If there is a book
to read, and they do not read it, then 10 points is deducted from their final
grade. All five worksheets for each class are to be totaled . The test is to
be 75% of the final grade and the worksheet total is the other 25% of the
final grade. Then final grade plus bonus points, plus (minus 10 points) if
book not read equals class grade.
I have had no success so far in makeing this work on the tabel or form. I
have a table for students with all of their information;for teachers with all
of their information; for classes with all 26 classes listed; for assignments
with all five WorkSheets(numbered 1-5), WorkSheetTotal, Exam, FinalGrade,
BonusPoints, ReadBook (yes/no), ClassGrade.
The table relationships are all linked 1-many with enforced referrential
integrity. I have tried making the fields Numbers, Percents, and Currency.
The formula I have been trying to use so far is just to get the 5 worksheets
to add up. =[WorkSheet1]+[WorkSheet2]+[WorkSheet3]+[WorkSheet4]+[WorkSheet5]
It keeps coming back and saying it does not recognize WorkSheet1 ...
I have completely deleted the table and rebuilt it several times. I have
started over from scratch with a new database with a new name and rebuilt all
of the tables several times. I almost know all of the information by heart,
which is good, since I am the director of the school. So I can see that some
good has come out of all of this confusion.
Is there a VBA for dummies? I would really like to have this working by the
second week of September when school starts if possible.
Thanks for your help
MillieWarwick