Hello to all,
I have a form that contains the fields 'Term of Sponsorship', 'Start of Sponsorship' and 'End of Sponsorship'.
In the field 'Term of Sponsorship', the user picks from a combo box either, 1 year or 2 years, or 3 years and so on...
In the field 'Start of Sponsorship', the user enters a date.
In the field 'End of Sponsorship', I need the new date the sponsorhip will end on depending on the number of years selected and the date entered.
So for example:
Term: 1 year or 2 years
Start: 09/15/2005 09/15/2005
End: 08/15/2006 08/15/2007
How do I do this via VBA? Thanks for your help!!!!
BakerUSMC
I have a form that contains the fields 'Term of Sponsorship', 'Start of Sponsorship' and 'End of Sponsorship'.
In the field 'Term of Sponsorship', the user picks from a combo box either, 1 year or 2 years, or 3 years and so on...
In the field 'Start of Sponsorship', the user enters a date.
In the field 'End of Sponsorship', I need the new date the sponsorhip will end on depending on the number of years selected and the date entered.
So for example:
Term: 1 year or 2 years
Start: 09/15/2005 09/15/2005
End: 08/15/2006 08/15/2007
How do I do this via VBA? Thanks for your help!!!!
BakerUSMC