Tables

F

Frank

How do I set up a "datediff" in a table. I need to record
the days between date of account and date received. Ihave
both these dates showing in seperate columns but need to
have the elapsed days in a seperate column?

With Thanks

Frank
 
R

Rick Brandt

Frank said:
How do I set up a "datediff" in a table. I need to record
the days between date of account and date received. Ihave
both these dates showing in seperate columns but need to
have the elapsed days in a seperate column?

You don't. At least not in a table. Calculations do not belong in tables
which is why there are not easy ways to get them there. Create a query
with your DateDiff calculation and then use the query every place you would
ordinarily have used the table.
 
L

Luiz Cláudio

Hi Frank,

you should create a query with the calculated field (using DateDiff
function) instead of creating it in the table.


Luiz Cláudio C. V. Rocha
São Paulo - Brazil
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top