Try pressing <Enter> after you enter a date in LastCalDate.
PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
[email protected]
Steve, that worked great, but I have to click in the box to get it to
populate. Is there a way to have it automatically update once I change
the
date in LASTCAL? Thanks
:
If you are talking about fields in a table, you don't need a DueDate
field.
In fact it is incorrect to have a DueDate field! Anywhere you want to
display the Due Date in a form or report, just put this expression in
an
unbound textbox:
=DateAdd("yyyy", 1, [LastCalDate])
PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
[email protected]
I have two date fields "LastCalDate" and "DueDate". I would like
DueDate
to
autofill with the next years date (i.e. LastCalDate = 7/21/07 then
DueDate=7/21/08). What code do I use?
Thanks