Search results

  1. E

    Create multiple records from one form based on quantity

    I have a form that fills in information in a table. It currently creates one record at a time. Is it possible to have the form create multiple duplicate records in the table based on a quantity input? The primary key would, of course, be different for each new record.
  2. E

    Keep Field Format

    I have an AutoNumber that is formatted as "ABC"0000000. If that auto number is the number 123. It displays as ABC0000123. However, the actual value stored in that field is 123. How do I get that field to actually be ABC0000123? Or is there a way to export it as such? I am trying to link it...
Back
Top Bottom