CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2006
    Posts
    16

    33 days from invoiced date

    When we print invoices, we offer a 25% discount if they pay within 33 days from the date of invoice. Can anyone help with a formula that would show the date 33 days from printed invoice date? As always, thanks!

  2. #2
    Join Date
    May 2006
    Posts
    324

    Re: 33 days from invoiced date

    See the help on the DateAdd function.

  3. #3
    Join Date
    Apr 2007
    Posts
    60

    Re: 33 days from invoiced date

    Something like this should work. ( I took a guess at your field name )

    {Orders.Invoice Date} + 33
    Jon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured