Hi,
I have a form on our internal intranet that has a field called Report ID. When the user clicks the print button, this number increments by one. The problem is, the newly incremented number is not stored for the next time the web page is loaded. It defaults back to 111 (which is what I currently have it set to). I'm using Sharepoint Designer 2007 but my increment function is in Javascript.
Can someone help me and let me know what I need to do to make the newly stored number stick? Thanks.
I have a form on our internal intranet that has a field called Report ID. When the user clicks the print button, this number increments by one. The problem is, the newly incremented number is not stored for the next time the web page is loaded. It defaults back to 111 (which is what I currently have it set to). I'm using Sharepoint Designer 2007 but my increment function is in Javascript.
Can someone help me and let me know what I need to do to make the newly stored number stick? Thanks.
Comment