I have a yes/no control in my form called "RequestInitiator" linked to: "tblRequests.Request_Intiated".
"tblRequests.Request_Intiated". is default: "no".
At the start of a new request, some code turns "tblRequests.Request_Intiated" to "Yes" when the request's date & time are set.
in the subform "Requests" I want the "RequestInitiator" to requery and reflect the "yes" case that has just been put in "tblRequests.Request_Intiated".
"tblRequests.Request_Intiated". is default: "no".
At the start of a new request, some code turns "tblRequests.Request_Intiated" to "Yes" when the request's date & time are set.
in the subform "Requests" I want the "RequestInitiator" to requery and reflect the "yes" case that has just been put in "tblRequests.Request_Intiated".