One way might be to capture the current value of the field into a variable (vValue) Set another variable to do the math (vValuep1 = (.vValue + 1)) Set the default value of the field = .vValuep1
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Goldberg Posted At: Friday, August 27, 2004 10:55 AM Posted To: RB7-L Conversation: [RBG7-L] - #dup in forms Subject: [RBG7-L] - #dup in forms I am creating a form and I have a field that I would want to increment by one from what the user inputs in the next record. So I tried in the default of the field: #dup + 1 But that did not work. Does anyone have any ideas on how to do this?? Dan Goldberg
