Pauldohert
Something in here
- Local time
- Yesterday, 19:41
- Joined
- Apr 6, 2004
- Messages
- 2,097
I have a field in an access query
Overdue: [InvoiceDate]+[PaymentTerms]<Date()
So this returns -1 , 0 or null (if InvoiceDate is null)
How do I make this in SQL?
Ta
Overdue: [InvoiceDate]+[PaymentTerms]<Date()
So this returns -1 , 0 or null (if InvoiceDate is null)
How do I make this in SQL?
Ta