Search results

  1. C

    Querying field length

    I have 2 tables. Table1 defines the permitted field lentghs for Table2 eg Table1 NameOfField MaxLength Field1 50 Field2 20 Field3 20 etc etc Table2 Field1 Field2 Field3 Example 12345 54321 What I need to do is to query the data...
  2. C

    Querying the field names

    Possibly a simple solution to this, but I can't get my head round this... I have a table with 60+ fields, some are mandatory, some are not (we'll call this one call data). I have another table that defines whether the fields in "call data" are mandatory. What I would like to do is output any...
Back
Top Bottom