-1
Halp!
I need a text field in my form to show the sum of a given field, where the form is the source using a criterion.
I can get Dsoma to run with the code below. However, as the source is the table, the result does not update as I filter my form.
=DSoma([valor_total];[t_registros];[t_cat_entradas_saidas_ID]=1)
I couldn’t figure out a way to reference the form in Dsoma field 2. It’s Possible?
Is there any way to bypass via VBA? Suddenly within the form filtering procedure?
I thought of using the procedure that filters the form to insert Dsoma in the text field with the filter criteria. However I do not know how to insert Dsoma in the text field control source via VBA.
– Andrey Queiroz Minorelli