Overdue fee

  • Thread starter Thread starter axemancometh
  • Start date Start date
A

axemancometh

Hi People,

I am having a bad time trying to get the difference betweens two date
that are stored in a single table. I have one date (Date Due Back
witch needs to be deducted from the current date so that i can see th
amount of days that are between them.

I am going mad trying to do this Please Help me!!!!!!!!!!!!!!!!

Ax
 
Create a query into this table.

In the Field row, enter an expression like this:
DateDiff("d", Date(), [Date Due Back])
 
Back
Top