Hi,
I've got two tables in a parent - child situation.
In the form that fills the parent table I ask for a birth date in Dutch format dd-mm-yyyy.
In the form that fills the child table I show a select box with options like:
1 month
2 months
3 months
4 months
5 months
and so on.
Lets say the birth date given is:
13-10-2000
I would like achieve this kind of output in my select box:
1 month = 13-11-2000
2 months = 13-12-2000
3 months = 13-13-2000
4 months = 13-14-2000
5 months = 13-15-2000
and so on
I think I can program this but cant find the location where to add my code. Normally in own my code I could find the location where to add this kind of functionality but in the ASPrunner pro code this is harder to find.
Could you help me find my way?
Kind regards,