Dear Percy,
Thank you for posting in Microsoft Community. We are happy to help you.
I understand that you want to show negative sign in Access when combining two date and time columns. I did the testing on my side and this can be done using the DateDiff() function on Query Design. Kindly check the steps below on how to do it.
Setting the columns to show time only.
- In your created table, kindly set the column properties.
- Click on Home tab > View > Design View

- Select the column and change the property format to Short Time, Default Value to Now(), Show Date Picker to Never.

- Save the table and close it.
If you already set this please skip the steps above.
Applying DateDiff formula.
- Open the table > click on Create Tab > Query Design.

- It will open a Query tab. On the right side > double click on the table you want to create a query.

- Click on * to show all the columns > right click on the column you want to apply the DateDiff() function > click on Zoom.

- You can use the DateDiff() function. AvailablePL: DateDiff("h",[SickLeave],[PaidLeave]).
- Click on OK.

- Upper left click on Run > under Query Design tab.

- The negative sign will show as SickLeave is the first in the formula which have bigger value than PaidLeave.

- Save the query.
Negative will be stored in Access and can be displayed by using DateDiff function.
Related article: DateDiff Function
Hope the suggestion can help you.
We look forward to your response. Thanks for your cooperation. Stay safe and healthy always.
Sincerely,
Zee | Microsoft Community Moderator
***Note: In the event that you're unable to reply to this thread, please ensure that your Email address is verified in the Community Website by clicking on Your Account Name > "My Profile" > "Edit Profile" > Add your Email Address > tick "Receive email notifications" checkbox > click on "Save".***