There is a query named query1, which has a column named “salary”.
We also have a form with a textbox named “payments”.
Can we design the form so that when it is loaded the textbox named payments gets the sum of column salary of query1?
I mean: “payments” in form textbox = sum of “salary” column from query1