Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. krullenbol

    Adding months to date

    qutoe: "What if the date I'm starting with is 12/31/2004? Adding 2 to month would give 14." No, that is not a problem! I've made a little test program and it handles this situation properly. jaap
  2. krullenbol

    Adding months to date

    You must translate the date in the three bits that make a proper date: months, days and years. Then you can add the requested months: Date( Month(date) + months to add; Day(date); Year(date) ) Then you're ready to show the result on the lay-out. succes! jaap
  3. krullenbol

    print several layouts into one document

    Another option is, if I understand the problem right, is to merge the PDF's that are created while 'printing' the several layouts. There are freeware solutions for merging individual PDF's.

Part and Inventory Search

Back
Top