I have to schedule a time for a private school but do not know how to do the initial scheme.
I explain you :
I have a teacher , this teacher must make 18 hours on a classroom ( 1A)
the matter of this teacher is aerobic we called with the code "AER"
How do I put the hours in a filing this teacher in a week?
FOR N_GIORNO = 1 TO 6 // 6 ARE THE DAY IN A WEEK
FOR N_ORA = 1 TO 6 // 6 ARE THE TIME SCHEDULE
append blank
Now I have to enter the teacher (1), where he teaches the class (1A), matter (EAR), the date and time
day and time must be stored in this way:
1 = Monday
2 = Tuesday
3 = Wednesday
4 = Thursday
5 = Friday
6 = Saturday
sample if I insert on mondat time 2 imust inser 12
PROF CLASSROOM MATTER DAY/TIME
1 1A AER 12
Initially I must try to insert a field one day and no one during the week but I not Know How make it
and the teacher ( for sample the first) must make only 18 hour for week
Could give me the initial input ?
How Make to save the record on a week ?
thanks in advance