P
ptlm65
OK I know this may sound simple but I am a novice so please be kind.
I have a table with four fields representing a student, communit
service hours assigned, community service hours served and communit
service hours remaining.
the fields are:
Name
Hours Given
Hours Served
Hours Remaining
What I want to do is create a form with a combo box containing th
student's name then a text box that I can enter hours served everytim
a particular student completes hours, and I want a command button tha
when I click it, the hours I enter into the text box to automaticall
be subtracted from the hours given entering the new total into th
hours remaining for that student.
I was thinking of adding another table to enter the date a student di
the hours and how many they did and link it to the student's nam
(maybe fields are "Date Completed" and "hours completed" and the tabl
linked to the "Name" field of the first table). I don't know if I ca
enter another text box to enter the date they did the particular hour
and how many and add that to the table so that when I enter the hour
served on the certain date it adds that info to the "date and hour
served on that date" table, as well as what I want listed above
updating the total hours remaining.
I am sure it sounds like way to much to ask but if anyone could help m
draw up a code for a form that would accomplish this that would be
life saver. Thanks for any help in advanc
I have a table with four fields representing a student, communit
service hours assigned, community service hours served and communit
service hours remaining.
the fields are:
Name
Hours Given
Hours Served
Hours Remaining
What I want to do is create a form with a combo box containing th
student's name then a text box that I can enter hours served everytim
a particular student completes hours, and I want a command button tha
when I click it, the hours I enter into the text box to automaticall
be subtracted from the hours given entering the new total into th
hours remaining for that student.
I was thinking of adding another table to enter the date a student di
the hours and how many they did and link it to the student's nam
(maybe fields are "Date Completed" and "hours completed" and the tabl
linked to the "Name" field of the first table). I don't know if I ca
enter another text box to enter the date they did the particular hour
and how many and add that to the table so that when I enter the hour
served on the certain date it adds that info to the "date and hour
served on that date" table, as well as what I want listed above
updating the total hours remaining.
I am sure it sounds like way to much to ask but if anyone could help m
draw up a code for a form that would accomplish this that would be
life saver. Thanks for any help in advanc