I have a financial subform inside a main form. My main form has a payment begin date. I have a datediff statement to count months between current date and payment begin date. I have these in the footer of the financial subform
My date diff looks like: =DateDiff("m",[PFs BEGIN],[TEXT28])
Text 28 is a DAte() field
My problem is that my form only updates my amounts paid when i switch to form view on my subform and put the cursor in [PFs Begin]
I was really hoping that I could gather my beginning date from a control existing on my main form. My main form is called OFFENDER CARD, its table is Clients, and the control is called MO Begins. My subform is Financial Subform3, and its table is FINANCIAL
Could someone please help me with this expression or tell me what I am doing wrong. Thank you
My date diff looks like: =DateDiff("m",[PFs BEGIN],[TEXT28])
Text 28 is a DAte() field
My problem is that my form only updates my amounts paid when i switch to form view on my subform and put the cursor in [PFs Begin]
I was really hoping that I could gather my beginning date from a control existing on my main form. My main form is called OFFENDER CARD, its table is Clients, and the control is called MO Begins. My subform is Financial Subform3, and its table is FINANCIAL
Could someone please help me with this expression or tell me what I am doing wrong. Thank you