Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

requery a control in a subform 1

Status
Not open for further replies.

bookenz

Programmer
Joined
Apr 17, 2005
Messages
16
Location
AU
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".

 
You should be able to use the Recalc method on the subform or the Requery method on the checkbox control to reflect the data change. See this link for how to refer to subforms and subform controls:


HTH...

Ken S.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top