right.
I put this in my text box control source on sub form
=IIf([ExCourse]= False, DMin("Expirydate","tblcourses","[ID]=" & [empID]), Null)
it does show the next due date but if I make the next course a excourse and go to another control it still say's the same date doesn't find the next...