Search results

  1. P

    Field

    Trying to set a number format for a field and my function code does not seem to be working. <?php function dadabik_format_abv($value){ return number_format($value,1); } ?> In this case trying to make the field format with 1 decimal point. This is the table- Items Field - item_abv int...
  2. P

    Calculated concatenated field with linked fields

    Hi is it is possible to create a calculated concatenated field from three other fields in a table when one of the fields is a linked field? I need to create a new concatenated field in my ITEMS table: "Full Item Name" Which pulls from the following fields: "Item Name" "Packaging Type"...
  3. P

    Checking for unlinked fields

    Hi I have two tables: BARCODES ITEMS The barcodes table contains 100 possible barcodes that I can use to attach to items in my business. Not all ITEMS have an attached barcode and some ITEMS use the same BARCODE. Right now not all of the BARCODES are attached to items. When I add a new ITEM...
Top