LibreOffice logo
BASEDOCUMENTER
The software tool for documenting your LibreOffice Base applications
 
Database file/home/jean-pierre/Documents/BaseDocumenter/www/databases/LODoc/Example_Combobox_Listfield.odb
File actual save date2018-06-26 17:10:26
Scanning done on2018-08-21 16:59:36
Documentation generated on2018-08-21 16:59:47
Table of contents
Example_Combobox_Listfield
List of fields by query
Query name Field name Field type Source table Source field
address_complete firstname VARCHAR a firstname
  ID INTEGER a ID
  lastname VARCHAR a lastname
  number VARCHAR a number
  postcode_ID INTEGER a postcode_ID
  street     ( SELECT "street" FROM "street" WHERE "ID" = "a"."street_ID" )
  street_ID INTEGER a street_ID
  town     ( SELECT "postcode"."postcode" || ' ' || "town"."town" FROM "postcode", "town" WHERE "town"."ID" = "postcode"."town_ID" AND "postcode"."ID" = "a"."postcode_ID" )