Thanks a lot for the reply
I know. Access saves the data as soon as you move to the next field. What I want is to refresh the form because there is an unstructured field where the sum of records is calculated and another field that calculates the sum of vacation days. I can't see that unless I...
Hello my dear friends
I am trying to use the (Count) function to collect the number of employees, but I get an error
The employees table is in a subform and I am trying to use an unstructured field based on this expression, but I encounter an error in writing the expression below...
Look at this example. I think this is what I understood from the topic you want.
SELECT tblCustomers.ID, tblCustomers.Cust_Name, tblCustomers.Starttime, tblCustomers.Stoptime, ([Stoptime]-[Starttime])*24 AS [Total hours]
FROM tblCustomers;
What are the types of relationships between the tables in your database? Could you please attach a picture of the relationships. So that experts can answer your question. Your question is somewhat unclear.