How can I generate sequential numbering on CardFive (Database)?
According to your needs CardFive gives you two methods to generate a sequential numbering: 1. You can generate a sequential unique number for each new row automatically. To achieve that, you should include a Number field in your table called “REC_COUNT”. The application then recognizes that name and automatically treats it as a unique record identifier. 2. Using the Auto Counter. The auto counter is a property only available for numeric fields and its possible to define different counters to different fields in the same table. To configure the Auto Counter: Click the Define View button and right click the field you want to set the counter. On the menu select the Counter option. On the Auto Counter Properties dialog box check the Enable option to activate the counter and define the next and the increment values.