I have two issues I'm running into tonight. Using a continuous form I've created a basic roll call where I am able to enter the date of a class and track how many classes each client attended using an append query. The clients ID #'s are being pulled from their info on one table (where most of their info is stored) and copying it over to the class table. I would like to have the button that saves the record also clear the form so I can track the other days with out having to go through and clear out each text box manually. The only stuff like that that I have been able to find is changing data entry on the form properties to YES. However the other thing I'm having a hard time with is I also need a look up feature so I can edit the attendance for previous dates in that same form. I've tried something similar before and quickly learned that I wasn't able to recall records if a form is data entry enabled. I know these two things has to be simple but I'm just not getting this.
I forgot that there are some NULL values that would effect the search. I have around 80 clients at any time but not all of them do classes on the same day. The will only make a record if there is a value placed in the attendance box not if it is blank. So there may be only be 60 out of 80 people attending classes. If I do a search I need to be able to pull up all 80 records for that day.
I forgot that there are some NULL values that would effect the search. I have around 80 clients at any time but not all of them do classes on the same day. The will only make a record if there is a value placed in the attendance box not if it is blank. So there may be only be 60 out of 80 people attending classes. If I do a search I need to be able to pull up all 80 records for that day.
Last edited: