S
Squibbly
how do i calculate dates from a current date to the next record date, is
this acheivable in using macro or vba?
this acheivable in using macro or vba?
Jeff Boyce said:Now I'm confused again, then.
If you have a form that holds a current record (with a date), and you want
to display "how many days are left until the next record", you can do that
using an unbound control with the record source as a calculation. Use the
DateAdd() function to help determine a date 'n' days from the date in the
record/form.
Or am I still missing your point?
Jeff Boyce
<Access MVP>