dateadd needs macro to cite other field

  • Thread starter Thread starter pvgff
  • Start date Start date
P

pvgff

seems dateadd function can not support all varibles are from field in a
record, is macro the only way to solve it?
 
seems dateadd function can not support all varibles are from field in a
record, is macro the only way to solve it?

Please post an example of what you're trying to do and how it's not
working.

DateAdd() can be used as a calculated field, and any of the three
arguments can be a field name in brackets; you can also call it from a
VBA function - however, I don't believe you can call it directly from
a Macro (I don't use macros much though).
 
Back
Top