should be easy formula, read 2384 messages no solution found
Hi there,
What i'm trying should be to easy but can't find an answer through forum or help index,
I have 2 date fields, and 1 number field.
datefield1 = inpbfrom
numberfield = penalty
datefield2 = inpbuntill
is there a way to have user input a 'non decimal' number in penalty (ie.14), the amount of days a penalty stands for may vary depending severness of penalty, set the inpbfrom to a date (ie. 10-Dec-2007) and have inpbuntill return the date when the penalty ends, in this case ; inpbuntill = (10-Dec-2007 + :14D)
so, inpbuntill = (inpbfrom + input.penalty:D)
Then it would make it perfect if a total number of days penalty could be kept aswell,
so when a player received 1time 7 days and 1time 14 days have a field to return total days sofar 21.
on next edit he gets 7days again so total days to change to 28 etc.
even better would be it to return each penalty entry and a total
so, player received, 2times 7 days, 1time 14 days, total days = 28
or is that to much to ask for,
Hope you can help,
Regards,