Search results

  1. C

    Update/Create Table From a Form

    Ideally I would not like to create a new table but to just display the calculated data in the form but I don't think this is possible. However I would like to display the calculations in tabular form. A maximum and minimum range would be possible but this would be between 1 and 3500. If I...
  2. C

    Update/Create Table From a Form

    Hi I am trying to create/populate a table from a form based on data entered in that form. ie. Data is entered into the form either by direct input or from data stored in table X, this data is then used to create/populate a new table with an unknown number of data points (this depends on what...
  3. C

    Create Table from form

    Someone using the form will entere a start distance and an end distance and then the distance increments. The form will then calculate the data associated with each distance. eg Start 10 End 20 Increment 2 Data Produced: 10 a 12 b 14 c 16 d 18 e 20 f Where a-f is the calculated data.
  4. C

    Create Table from form

    Hi I am trying to create/populate a table from a form based on data entered in that form. ie. Data is entered into the form either by direct input or from data stored in table X, this data is then used to create/populate a new table with an unknown number of data points (this depends on what...
Back
Top Bottom