Hello everyone.
I have three identical databases, each containing the same data, distributed among three employees. Each employee updates the data on their respective database. I want to merge these databases into a single database, eliminating duplication and retaining only the most up-to-date...
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;