OMamed Posted August 19, 2004 Posted August 19, 2004 I'd like my front desk staff to keep track of phone calls and inquiry at the desk. I thought I would just create a field that was a serial number, and then create a button that would 'set next serial value'. But this does not work. Each day is a new record, and in this record, this value would be updated by just clicking on the button for the number of calls etc. I suppose that on creating the next days record, I would need to reset the serial number value back to 1. Can someone point me to an article or thread here that might help me? I looked for 'counter' but... Thanks!
Philland Posted August 20, 2004 Posted August 20, 2004 Since you want each new record to start at zero, you wouldn't use "set next serial value" The script for your button could be just; SetField (counter, counter + 1) Phil
Recommended Posts
This topic is 7403 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now