Hello,
i have an expiry date for my members and each year they need to renew it, so i would like to have a button that when clicked adds 1 year to the date.
I currently have this query
=DateAdd("yyyy",1,[Commenced Training])
as there membership will expire one year from their joining date.
this is currently shown for hte text box expiry date.
however i cannot work out how to make another one for the button so that when the button is pressed it adds another year and stores its.
the image shows my example
thanks
i have an expiry date for my members and each year they need to renew it, so i would like to have a button that when clicked adds 1 year to the date.
I currently have this query
=DateAdd("yyyy",1,[Commenced Training])
as there membership will expire one year from their joining date.
this is currently shown for hte text box expiry date.
however i cannot work out how to make another one for the button so that when the button is pressed it adds another year and stores its.
the image shows my example
thanks
Attachments
Last edited: