Hi,
Just curious. Is there a way to add a created field to another field in a crosstab query ?
I've created a field called
Expected: DateAdd("d",Nz([DaysToPay],30)+Left([terms],2),[ScheduledDate])
This gives me a date on which I can expect my invoice to be paid.
When I want to use this...