Data using DateAdd function not showing table.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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!
 
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.
 
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!
 
Back
Top