How can i check a field in the table? I have a field called Suborder in the table orders.On the form I have also a checkbox called ChkSuborder. I want to build a code in the OnClick event of the checkbox.This event should check whether there is a field Suborder = true and if so to give out a message " you have some job undone" Obvously this code should open a recordset of the table orders but how exactly is the way to do it ?