on the same line sortof ..........i have the table entry on the time of the call , how would i go about showing how long ago the call was , i have seen other exapmles of calculating the difference between 2 times ,,,, but in this case i only have one field and it would be recalculated depending on when it was viewed?
Create a calculated column using the formula DateDiff("d",[timeofcallfield],Now()), this will show how long ago it was and it will change each time the query is ran.
Create a calculated column using the formula DateDiff("d",[timeofcallfield],Now()), this will show how long ago it was and it will change each time the query is ran.