Hello,
I'm creating a form that will always show information for the last 7 days by using date() and date()-1 and so forth. What I need to do is have a value that has been calculated in a text box (aka not stored in any table, only calculated by numbers from a table) to automatically populate into a different text box the next day so that all the numbers will shift with the passing of a day. Is this possible to do?
Thanks,
Charlie
I'm creating a form that will always show information for the last 7 days by using date() and date()-1 and so forth. What I need to do is have a value that has been calculated in a text box (aka not stored in any table, only calculated by numbers from a table) to automatically populate into a different text box the next day so that all the numbers will shift with the passing of a day. Is this possible to do?
Thanks,
Charlie
Comment