D
Donna Thornhill
Form is based on query where teacher inputs term,
teacherID, and class period. Button1 on form runs append
query that finds students enrolled in class and creates
attendance record for that date based on info displayed on
open form. Button2 on form displays second form with
attendance records just created so teacher can mark
absences, tardies, etc.
Some records can be edited but at times others can't. I
can't find a pattern as to when or why records are
locked. Doesn't always happen. Teacher can always go
back in later and edit the records but might have to try
several times before records are released.
Is this bad design on my part? Have moved db to server
with oplocks disabled and problem still occurs. This is
driving all of us crazy! Thanks!
teacherID, and class period. Button1 on form runs append
query that finds students enrolled in class and creates
attendance record for that date based on info displayed on
open form. Button2 on form displays second form with
attendance records just created so teacher can mark
absences, tardies, etc.
Some records can be edited but at times others can't. I
can't find a pattern as to when or why records are
locked. Doesn't always happen. Teacher can always go
back in later and edit the records but might have to try
several times before records are released.
Is this bad design on my part? Have moved db to server
with oplocks disabled and problem still occurs. This is
driving all of us crazy! Thanks!