Data using DateAdd function not showing table.

A

Atom Agent

The dates that fill in my form using the DateAdd function don't show up in my
table. I'm using the expression =[Placement Date]+45. How do I make it
work? I'm using Access 2000. Thanks!
 
W

Wayne Morgan

They shouldn't show up in your table. Since you have [Placement Date] in
your table, you can calculate the other date whenever you need it (just as
you're doing). This calculation can be done in a query, form, or report.
 
A

Atom Agent

Thank you, Wayne!

Wayne Morgan said:
They shouldn't show up in your table. Since you have [Placement Date] in
your table, you can calculate the other date whenever you need it (just as
you're doing). This calculation can be done in a query, form, or report.

--
Wayne Morgan
MS Access MVP


Atom Agent said:
The dates that fill in my form using the DateAdd function don't show up in
my
table. I'm using the expression =[Placement Date]+45. How do I make it
work? I'm using Access 2000. Thanks!
 
Top