Hi dear, I have 2 tables and I made a query to get the Dsum of a field in 2 tables.
as Select Sum(In_Court_S_A_F_U)-Dsum("Out_Court_S_A_F_U","RV_Outgoing") From RV_Incomming;
It is working well in access when i run it as a query.
I have Form in which a Label Named LBL1, So i want LBL1 caption to be the result of above query when Form Loads
how can i get it
pls advise.