Hi,
I have a form (from_TOC), with a Tab Control (tabCtl15) inside it, with a Page (DDValidation) and a textbox (Text7) on it...
In the form BeforeRender I want to put a calculation to set the value of Text7.
I have worked out how to do it for a textbox that does not sit with tabCtl15, but I cannot work out how to do it for a textbox within DDValidation. Any ideas.
I want Text7 = Format(DCount("[Account_No]", "qry_DD_Date_MisMiatch"), "#,#")
Thanks in advance for any help.
I have a form (from_TOC), with a Tab Control (tabCtl15) inside it, with a Page (DDValidation) and a textbox (Text7) on it...
In the form BeforeRender I want to put a calculation to set the value of Text7.
I have worked out how to do it for a textbox that does not sit with tabCtl15, but I cannot work out how to do it for a textbox within DDValidation. Any ideas.
I want Text7 = Format(DCount("[Account_No]", "qry_DD_Date_MisMiatch"), "#,#")
Thanks in advance for any help.