form / query relationship

ariansman

Registered User.
Local time
Today, 06:44
Joined
Apr 3, 2012
Messages
157
There is a query named query1, which has a column named “salary”.
We also have a form with a textbox named “payements”.
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
 
I'm not sure what you're doing. Can use you a subform to display the related "salary" value?
 

Users who are viewing this thread

Back
Top Bottom